diff options
| author | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-06-17 15:54:25 +0000 |
|---|---|---|
| committer | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-06-17 15:54:25 +0000 |
| commit | a58afe40765e8c429f5e38def6da721564cde5fd (patch) | |
| tree | e713877d8f84b5901048677aae1253bd92b9e3e9 | |
| parent | 25618efd0286bacf4f02abf2529e3411a3dae216 (diff) | |
| parent | 556f467bf0065331cdbb5c5e20fe33dca1239a64 (diff) | |
Pull-up from trunk
| -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 acfcf8d68..f6f12e3b2 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -272,7 +272,7 @@ DEFINE_string('aws_access_key_id', 'admin', 'AWS Access ID') DEFINE_string('aws_secret_access_key', 'admin', 'AWS Access Key') # NOTE(sirp): my_ip interpolation doesn't work within nested structures DEFINE_list('glance_api_servers', - ['127.0.0.1:9292'], + ['%s:9292' % _get_my_ip()], 'list of glance api servers available to nova (host:port)') DEFINE_integer('s3_port', 3333, 's3 port') DEFINE_string('s3_host', '$my_ip', 's3 host (for infrastructure)') |
