summaryrefslogtreecommitdiff
path: root/bin/nova-manage
Commit message (Expand)AuthorAgeFilesLines
* Update 'unlimited' quota value to '-1' in dbvijaya-erukala2012-09-191-1/+1
* Fix volume id conversion in nova-manage volumeJohn Griffith2012-09-171-6/+21
* Improve floating IP delete speed.Michael Still2012-09-091-7/+5
* Generate a flavorid if needed at flavor creationAdrien Cunin2012-09-071-1/+1
* Implement project specific flavors APIunicell2012-08-271-4/+8
* Clean up network create exception handlingMark McLoughlin2012-08-241-7/+1
* Implement network creation in compute APIAlessio Ababilov2012-08-211-81/+15
* Revert per-user-quotasEoghan Glynn2012-08-161-51/+0
* Merge "Uniqueness checks for floating ip addresses."Jenkins2012-08-151-5/+11
|\
| * Uniqueness checks for floating ip addresses.Anton V. Yanchenko2012-08-091-5/+11
* | Merge "Flavor extra specs extension use instance_type id"Jenkins2012-08-131-4/+8
|\ \
| * | Flavor extra specs extension use instance_type idYunhong, Jiang2012-08-061-4/+8
* | | remove nova code related to Quantum v1 APIDan Wendlandt2012-08-101-15/+0
| |/ |/|
* | Adds per-user-quotas support for more detailed quotas managementKylin CG2012-08-061-0/+51
|/
* Fix regression with nova-manage floating listRay Sun2012-08-031-1/+1
* Merge "Enhance nova-manage to set flavor extra specs"Jenkins2012-07-261-2/+47
|\
| * Enhance nova-manage to set flavor extra specsYunhong, Jiang2012-07-261-2/+47
* | Convert fixed_ips to using instance_uuid.Michael Still2012-07-261-11/+6
|/
* fixes for nova-manage not returning a full list of fixed IPsTong Li2012-07-201-1/+1
* Merge "Fixes nova-manage fixed list with deleted networks"Jenkins2012-07-201-14/+33
|\
| * Fixes nova-manage fixed list with deleted networksTong Li2012-07-201-14/+33
* | fixes for nova-manage network list if network has been deletedTong Li2012-07-191-10/+18
|/
* Merge "Always attempt to delete entire floating IP range."Jenkins2012-07-131-2/+5
|\
| * Always attempt to delete entire floating IP range.Russell Bryant2012-07-111-2/+5
* | Floating_ip create /31,32 shouldn't silent errorJohn Tran2012-07-121-1/+7
|/
* Remove deprecated auth codeBrian Waldon2012-07-091-7/+0
* Remove auth-related nova-manage commandsBrian Waldon2012-07-051-371/+0
* Switch to common logging.Andrew Bogott2012-07-021-2/+2
* Merge "add nova-manage bash completion script"Jenkins2012-06-201-0/+12
|\
| * add nova-manage bash completion scriptDominik Heidler2012-06-201-0/+12
* | Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
|/
* SM volume driver: DB changes and testsRenuka Apte2012-06-181-1/+1
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-2/+3
* Revert "Fix nova-manage backend_add with sr_uuid"Renuka Apte2012-06-111-22/+21
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-2/+2
* Use openstack.common.cfg.CONF.Russell Bryant2012-06-041-1/+0
* Merge "Use compute rpcapi in nova-manage."Jenkins2012-06-011-7/+4
|\
| * Use compute rpcapi in nova-manage.Russell Bryant2012-05-311-7/+4
* | Backslash continuation removal (Nova folsom-2)Zhongyue Luo2012-05-311-51/+49
|/
* Merge "Move queue_get_for() from db to rpc."Jenkins2012-05-311-2/+2
|\
| * Move queue_get_for() from db to rpc.Russell Bryant2012-05-301-2/+2
* | Merge "Use cfg's new global CONF object"Jenkins2012-05-301-16/+15
|\ \ | |/ |/|
| * Use cfg's new global CONF objectMark McLoughlin2012-05-301-16/+15
* | Grammar fixes.Matt Joyce2012-05-291-1/+1
* | Grammar / spelling correctionsMatt Joyce2012-05-291-1/+1
|/
* Finish quota refactor.Kevin L. Mitchell2012-05-231-4/+6
* Add version to scheduler rpc API.Russell Bryant2012-05-231-4/+4
* Remove old flagfile support.Ghe Rivero2012-05-101-4/+4
* Use openstack.common.importutils.Russell Bryant2012-04-281-6/+7
* Merge "Refactor nova.rpc config handling."Jenkins2012-04-271-1/+2
|\