diff options
| author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-09-29 09:39:24 -0400 |
|---|---|---|
| committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-09-29 09:39:24 -0400 |
| commit | 0f69422a47dfc837297c4853bbcea9da9b7dd809 (patch) | |
| tree | 59faf12e6036251d60b84e6b91227092e9dea196 /nova/flags.py | |
| parent | 05e3e188e03624884ed019fe9cd8f216c9262f98 (diff) | |
| parent | 43ce84290964b433fd9d9898772d29bffc385dd8 (diff) | |
| download | nova-0f69422a47dfc837297c4853bbcea9da9b7dd809.tar.gz nova-0f69422a47dfc837297c4853bbcea9da9b7dd809.tar.xz nova-0f69422a47dfc837297c4853bbcea9da9b7dd809.zip | |
Merge from trunk
Diffstat (limited to 'nova/flags.py')
| -rw-r--r-- | nova/flags.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py index 6a1c14490..c32cdd7a4 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -188,6 +188,8 @@ DEFINE_string('rabbit_userid', 'guest', 'rabbit userid') DEFINE_string('rabbit_password', 'guest', 'rabbit password') DEFINE_string('rabbit_virtual_host', '/', 'rabbit virtual host') DEFINE_string('control_exchange', 'nova', 'the main exchange to connect to') +DEFINE_string('cc_host', '127.0.0.1', 'ip of api server') +DEFINE_integer('cc_port', 8773, 'cloud controller port') DEFINE_string('ec2_url', 'http://127.0.0.1:8773/services/Cloud', 'Url to ec2 api server') |
