summaryrefslogtreecommitdiffstats
path: root/nova/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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