summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2011-09-27 20:01:30 +0000
committerGerrit Code Review <review@openstack.org>2011-09-27 20:01:30 +0000
commita2646129bc9dbd9dec57bdde7f510e0ea7bbddea (patch)
tree041886cfdef32a0bb26cc51399e1e08d0c7b5f39 /nova/flags.py
parent7dba1d9aa989760b190f1cf3bad2ed22bb2e2fc5 (diff)
parent0fab78825ef06310926181f6f97d377058b56b97 (diff)
downloadnova-a2646129bc9dbd9dec57bdde7f510e0ea7bbddea.tar.gz
nova-a2646129bc9dbd9dec57bdde7f510e0ea7bbddea.tar.xz
nova-a2646129bc9dbd9dec57bdde7f510e0ea7bbddea.zip
Merge "compute_api create*() and schedulers refactoring"
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py
index 5dde02adf..1050f0347 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -432,3 +432,6 @@ DEFINE_list('monkey_patch_modules',
DEFINE_bool('allow_resize_to_same_host', False,
'Allow destination machine to match source for resize. Useful'
' when testing in environments with only one host machine.')
+
+DEFINE_string('stub_network', False,
+ 'Stub network related code')