diff options
| author | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-09-28 17:53:27 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-09-28 17:53:27 -0700 |
| commit | bc88c73a4e986289be7835b95ec97ffb7a50f7d7 (patch) | |
| tree | d4ea81c5c25a8da1ebf175586852c4042d36c715 /nova | |
| parent | d1c454ba4331794931e94cc2864f4e1a6ef5bf22 (diff) | |
| download | nova-bc88c73a4e986289be7835b95ec97ffb7a50f7d7.tar.gz nova-bc88c73a4e986289be7835b95ec97ffb7a50f7d7.tar.xz nova-bc88c73a4e986289be7835b95ec97ffb7a50f7d7.zip | |
missed a comma
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/flags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/flags.py b/nova/flags.py index 92f6766cf..c32cdd7a4 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -190,7 +190,7 @@ 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' +DEFINE_string('ec2_url', 'http://127.0.0.1:8773/services/Cloud', 'Url to ec2 api server') DEFINE_string('default_image', 'ami-11111', |
