summaryrefslogtreecommitdiffstats
path: root/nova/cmd
Commit message (Expand)AuthorAgeFilesLines
* Baremetal_deploy_helper error message formatting.Dan Prince2013-06-211-12/+13
* Merge "Add err_msg param to baremetal_deploy_helper."Jenkins2013-06-201-0/+4
|\
| * Add err_msg param to baremetal_deploy_helper.Dan Prince2013-06-171-0/+4
* | Retry the sfdisk command up to 3 times.Dan Prince2013-06-181-0/+1
* | Merge "Remove trivial cases of unused variables (1)"Jenkins2013-06-181-9/+6
|\ \ | |/ |/|
| * Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-131-9/+6
* | Fix the wrong reference by CONFGuangyu Suo2013-06-141-1/+1
|/
* Merge "Revert "Fix local variable 'root_uuid' ref before assign""Jenkins2013-06-131-6/+13
|\
| * Revert "Fix local variable 'root_uuid' ref before assign"Devananda van der Veen2013-06-121-6/+13
* | Fix and enable H403 testsDirk Mueller2013-06-122-13/+31
|/
* Merge "Use Instance Objects for Start/Stop"Jenkins2013-06-122-0/+8
|\
| * Use Instance Objects for Start/StopDan Smith2013-06-072-0/+8
* | Fix local variable 'root_uuid' ref before assignDan Prince2013-06-121-1/+1
* | Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-5/+5
* | Enhance group handling in extract_optsJulien Danjou2013-06-103-48/+62
|/
* Improve Python 3.x compatibilityDirk Mueller2013-06-011-1/+1
* Convert Nova to use Oslo service infrastructure.Brian Elliott2013-05-132-7/+7
* Fix flake8 errors in anticipation of flake8.Monty Taylor2013-05-171-4/+4
* Merge "Fix header issue for baremetal_deploy_helper.py"Jenkins2013-05-161-1/+1
|\
| * Fix header issue for baremetal_deploy_helper.pyJay Lau2013-05-111-1/+1
* | Merge "Remove "#!/usr/bin/env python" from .py files under nova/cmd"Jenkins2013-05-1522-22/+1
|\ \
| * | Remove "#!/usr/bin/env python" from .py files under nova/cmdJay Lau2013-05-1422-22/+1
* | | Merge "Cleanups for create-flavor"Jenkins2013-05-141-2/+3
|\ \ \ | |/ / |/| |
| * | Cleanups for create-flavorRick Harris2013-05-141-2/+3
| |/
* | Merge "Remove duplicate gettext.install() calls"Jenkins2013-05-135-16/+0
|\ \ | |/ |/|
| * Remove duplicate gettext.install() callsMark McLoughlin2013-05-085-16/+0
* | Merge "Update rootwrap with code from oslo."Jenkins2013-05-111-128/+0
|\ \
| * | Update rootwrap with code from oslo.Monty Taylor2013-05-091-128/+0
* | | Merge "Show exception details for failed deploys."Jenkins2013-05-101-1/+1
|\ \ \ | |/ / |/| |
| * | Show exception details for failed deploys.Robert Collins2013-05-111-1/+1
| |/
* / Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-8/+8
|/
* Convert to using oslo's execute() method.Michael Still2013-05-041-2/+2
* Deprecate show_host_resources() in scheduler managerHans Lindgren2013-05-021-4/+56
* Merge "Allow listing fixed_ips for a given compute host."Jenkins2013-04-261-1/+2
|\
| * Allow listing fixed_ips for a given compute host.Michael Still2013-04-151-1/+2
* | Merge "baremetal: Change input for sfdisk"Jenkins2013-04-221-1/+1
|\ \
| * | baremetal: Change input for sfdiskArata Notsu2013-04-131-1/+1
| |/
* | Improve Python 3.x compatibilityDirk Mueller2013-04-221-7/+7
* | Merge "Add NOVA_LOCALEDIR env variable"Jenkins2013-04-151-2/+2
|\ \ | |/ |/|
| * Add NOVA_LOCALEDIR env variableMark McLoughlin2013-04-101-2/+2
* | Merge "Define LOG globally in baremetal_deploy_helper"Jenkins2013-04-121-0/+1
|\ \
| * | Define LOG globally in baremetal_deploy_helperArata Notsu2013-04-061-0/+1
* | | Remove "undefined name" pyflake errorsStanislaw Pitucha2013-04-103-1/+2
* | | Import eventlet in __init__.pyMichael Still2013-04-091-0/+17
| |/ |/|
* | nova-consoleauth start failed by consoleauth_manager option missing Zhi Yan Liu2013-04-071-0/+1
|/
* Only call getLogger after configuring logging.Davanum Srinivas2013-04-054-5/+5
* Move console scripts to entrypoints.Monty Taylor2013-04-0425-0/+3038