Fixup service host usage

This commit is contained in:
James Page
2014-04-12 21:38:58 +01:00
parent 3f3a86a2ba
commit 76b847200d

View File

@@ -12,7 +12,7 @@ use_syslog = {{ use_syslog }}
[api]
port = {{ port }}
[service_credentials]
os_auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}/v2.0
os_auth_url = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/v2.0
os_tenant_name = {{ admin_tenant_name }}
os_username = {{ admin_user }}
os_password = {{ admin_password }}
@@ -21,6 +21,7 @@ connection = mongodb://{{ db_host }}:{{ db_port }}/{{ db_name }}
[publisher_rpc]
metering_secret = {{ metering_secret }}
[keystone_authtoken]
auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/
auth_host = {{ auth_host }}
auth_port = {{ auth_port }}
auth_protocol = {{ auth_protocol }}