lp://staging/~openstack-gd/nova/multinic-libvirt
- Get this branch:
- bzr branch lp://staging/~openstack-gd/nova/multinic-libvirt
Branch merges
Branch information
Recent revisions
- 642. By Ilya Alekseyev
-
Changed default handler for uncaughted exceptions. It uses logging instead print to stderr.
- 640. By termie
-
Match the initial db version to the actual Austin release db schema.
Fixes: https:/
/bugs.launchpad .net/nova/ +bug/709183 Tested by copying nova/tests/
db/nova. austin. sqlite to ./nova.sqlite and running ./bin/nova-manage db sync - 639. By Devin Carlen
-
Made adminclient get_user return None instead of throwing EC2Exception if requested user not available.
This change is isolated to the adminclient code itself and has no ramifications on the nova server codebase.
This bug severely impacts automated deployments of django-nova and the openstack-
dashboard, which are scheduled for formal release next week, so I'd really like to see this simple patch make it in for bexar release. - 637. By Vish Ishaya
-
Fixes simple scheduler to able to be run_instance by admins + availability zones.
- 636. By Monty Taylor
-
Makes having sphinx to build docs a conditional thing - if you have it, you can get docs. If you don't, you can't.
- 634. By Todd Willey
-
Use firewall_driver flag as expected with NWFilterFirewall. This way, either you use NWFilterFirewall directly, or you use IptablesFirewall, which creates its own instance of NWFilterFirewall for the setup_basic_
filtering command. This removes the requirement that LibvirtConnection would always need to know about NWFirewallFilter, and cleans up the area where the flag is used for loading the firewall class. - 633. By Ed Leafe
-
Added a test that checks for localized strings in the source code that contain position-based string formatting placeholders. If found, an exception message is generated that summarizes the problem, as well as the location of the problematic code. This will prevent future trunk commits from adding localized strings that cannot be properly translated.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~hudson-openstack/nova/trunk