summaryrefslogtreecommitdiff
path: root/nova/tests/test_nova_manage.py
Commit message (Expand)AuthorAgeFilesLines
* Support message queue clusters in inter-cell communicationDheeraj Gupta2014-10-071-0/+119
* Remove the nova-manage flavor sub-commandMatt Riedemann2014-10-011-81/+0
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Fix and gate on H305 and H307Davanum Srinivas2014-07-151-1/+2
* Replace assertTrue/False with assertEqual/NotEqualSergey Nikitin2014-06-201-6/+6
* Fix the wrong dest of 'vlan' option and add new 'vlan_start' optiongengjh2014-06-121-2/+5
* Remove utils.reset_is_neutron() to avoid racesMohammed Naser2014-04-171-9/+5
* Disable nova-manage network commands with Neutron V2Mohammed Naser2014-04-161-0/+23
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Make nova-network use Network object for remaining "get" queriesDan Smith2014-01-301-2/+5
* Replace assertEquals with assertEqual - tests/etcZhongyue Luo2013-11-121-6/+6
* Utilizes assertIn - tests/etcZhongyue Luo2013-10-211-1/+1
* Merge "Clarify instance_type vs flavor in nova-manage"Jenkins2013-07-291-5/+5
|\
| * Clarify instance_type vs flavor in nova-manageJoe Gordon2013-07-251-5/+5
* | Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
|/
* Use db.flavor_ instead of db.instance_type_Joe Gordon2013-07-161-7/+7
* Allow listing fixed_ips for a given compute host.Michael Still2013-04-151-0/+19
* Move console scripts to entrypoints.Monty Taylor2013-04-041-36/+15
* Raise rather than generating millions of IPs.David Ripton2013-04-021-0/+7
* Show quota 'in_use' and 'reserved' infogengjh2013-03-281-1/+2
* Fix: nova-manage throws uncaught exception on invalid host/serviceHans Lindgren2013-03-121-0/+14
* Make nova-manage db archive_deleted_rows more explicitJoe Gordon2013-03-081-0/+10
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Remove nova-volume DBJoe Gordon2012-11-081-2/+2
* nova-manage doesn't validate key to update the quotavijaya-erukala2012-10-091-0/+5
* Update 'unlimited' quota value to '-1' in dbvijaya-erukala2012-09-181-0/+18
* Implement network creation in compute APIAlessio Ababilov2012-08-211-2/+2
* Flavor extra specs extension use instance_type idYunhong, Jiang2012-08-061-4/+5
* Enhance nova-manage to set flavor extra specsYunhong, Jiang2012-07-261-0/+80
* Fix RuntimeWarning nova_manage not foundJoe Gordon2012-07-131-1/+1
* Floating_ip create /31,32 shouldn't silent errorJohn Tran2012-07-121-0/+35
* Remove deprecated auth codeBrian Waldon2012-07-091-1/+0
* Remove auth-related nova-manage commandsBrian Waldon2012-07-051-59/+0
* Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-1/+0
* Export user id as password to keystone when using noauthMark McLoughlin2012-03-301-7/+17
* Remove unnecessary setting up and down of mox and stuboutJohannes Erdfelt2012-03-021-12/+0
* Remove unnecessary variables from testsJohannes Erdfelt2012-03-011-1/+0
* Add 'nova-manage export auth'Brian Waldon2012-02-211-8/+61
* Backslash continuations (nova.tests)Zhongyue Luo2012-02-171-3/+3
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-2/+0
* Add DHCP support to the QuantumManager and break apart dhcp/gatewayBrad Hall2011-11-041-4/+13
* Change network delete to delete by uuid or cidrBrad Hall2011-11-041-0/+13
* Add names to placeholders of formattingHisaharu Ishii2011-08-241-19/+21
* Removed unused importsHisaharu Ishii2011-08-241-6/+0
* split test_modify() into specific unit testsHisaharu Ishii2011-08-241-46/+42
* Fix flag override in unit testHisaharu Ishii2011-08-241-1/+1
* Fix pep8Hisaharu Ishii2011-08-231-1/+0
* Merged from trunkHisaharu Ishii2011-08-231-0/+10
|\
| * Ensure that reserve and unreserve exit when an address is not foundAlex Meade2011-08-221-0/+10
* | Stub out the DB in unit test.Hisaharu Ishii2011-08-231-55/+107