Merge "Have neutron-ha-tool use the internal neutron endpoint"

This commit is contained in:
Jenkins 2014-03-26 15:57:13 +00:00 committed by Gerrit Code Review
commit 674c5de426
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ def run(args):
qclient = client.Client('2.0', auth_url=os.environ['OS_AUTH_URL'],
username=os.environ['OS_USERNAME'],
tenant_name=os.environ['OS_TENANT_NAME'],
password=os.environ['OS_PASSWORD'])
password=os.environ['OS_PASSWORD'],
endpoint_type='internalURL')
# set json return type
qclient.format = 'json'