Removed a few things from the templates files, and added a few more things.

This commit is contained in:
Jonathan Arrance 2016-09-12 19:45:17 -04:00
parent 2f43c6c2c3
commit fe12173835
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
verbose = {{ options.verbose }}
debug = {{ options.debug }}
trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:5000/v{{ options.keystone-api-version }}.0
trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v3.0
# The manager class to use for conductor. (string value)
conductor_manager = trove.conductor.manager.Manager

View File

@ -12,7 +12,7 @@ debug = {{ options.debug }}
update_status_on_fail = True
log_dir = /var/log/trove
trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:5000/v{{ options.keystone-api-version }}.0
trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v3.0
#nova_compute_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:8774/v2
#cinder_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:8776/v1
#swift_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:8080/v1/AUTH_
@ -32,7 +32,7 @@ db_api_implementation = trove.db.sqlalchemy.api
# via this admin users creds,
# basically acting like the client via that proxy token.
{% include "parts/section-nova" %}
#{% include "parts/section-nova" %}
#nova_proxy_admin_user = admin
#nova_proxy_admin_pass = ADMIN_PASS
#nova_proxy_admin_tenant_name = service