lp:~termie/nova/multi_scheduler

Created by termie and last modified
Get this branch:
bzr branch lp:~termie/nova/multi_scheduler
Only termie can upload to this branch. If you are termie please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
termie
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1417. By termie

allow scheduling topics to multiple drivers

1416. By Thierry Carrez

* Removes rogue direct usage of subprocess module by proper utils.execute calls
* Adds a run_as_root parameter to utils.execute, that prefixes your command with FLAG.root_helper (which defaults to 'sudo')
* Turns all sudo calls into run_as_root=True calls
* Update fakes accordingly
* Replaces usage of "sudo -E" and "addl_env" parameter into passing environment in the command (allows it to be compatible with alternative sudo_helpers)
* Additionally, forces close_fds=True on all utils.execute calls, since it's a more secure default

1415. By Jesse Andrews

Adding keypair support to the openstack contribute api

1414. By Ed Leafe

Removed verbose debugging output when capabilities are reported. This was clogging up the logs with kbytes of useless data, preventing actual helpful information from being retrieved easily.

1413. By Matthew Hooker

These fixes are the result of trolling the pylint violations here

https://jenkins.openstack.org/job/nova-pylint-errors/violations/

1412. By Soren Hansen

Pass py_modules=[] to setup to avoid installing run_tests.py as a top-level module.

1411. By jakedahn

This branch makes sure to detach fixed ips when their associated floating ip is deallocated from a project/tenant.

1410. By Chris Behrens

This adds the servers search capabilities defined in the OS API v1.1 spec.. and more for admins.

For users, flavor=, image=, status=, and name= can be specified. name= supports regular expression matching.
Most other options are ignored. (things outside of the spec like 'recurse_zones' and 'reservation_id' still work, also)

If admin_api is enabled and context is an admin: along with the above, one can specify ip= and ip6= which will do regular expression matching. Also, any other 'Instance' column name can be specified, so you can do regexp matching there as well. Unknown Instance columns are ignored.

Also fixes up fixed_ip=, making a 404 returned vs a 500 error... and handling this properly with zone recursion as well.

1409. By Johannes Erdfelt

Be more tolerant of agent failures. It is often the case there is only a problem with the agent, not with the instance, so don't claim it failed to boot so quickly.

1408. By Dan Prince

Update the OSAPI v1.1 server 'createImage' and 'createBackup' actions to limit the number of image metadata items based on the configured quota.allowed_metadata_items that is set.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~hudson-openstack/nova/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers