change novarc template from cc_port to osapi_port. Removed osapi_port from bin scripts.

This commit is contained in:
Sandy Walsh
2011-01-12 14:16:51 -04:00
parent 0944d64a1a
commit 177cf6580d
4 changed files with 2 additions and 3 deletions

View File

@@ -747,7 +747,7 @@ class AuthManager(object):
's3': 'http://%s:%s' % (s3_host, FLAGS.s3_port),
'os': '%s://%s:%s%s' % (FLAGS.os_prefix,
cc_host,
FLAGS.cc_port,
FLAGS.osapi_port,
FLAGS.os_suffix),
'user': user.name,
'nova': FLAGS.ca_file,