[jjo] fix heat.conf encryption_key (lp#1368645) and auth_uri (lp#1368621)

This commit is contained in:
JuanJo Ciarlante 2014-11-16 18:41:32 -03:00
parent 4c5569f1e1
commit 5dce9a962d
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ def get_encryption_key():
encryption = pwgen(16)
with open(encryption_path, 'w') as enc:
enc.write(encryption)
return encryption
class EncryptionContext(context.OSContextGenerator):

View File

@ -40,7 +40,7 @@ kombu_ssl_ca_certs = {{ rabbit_ssl_ca }}
{% if auth_host -%}
[keystone_authtoken]
auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/
auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/v2.0
auth_host = {{ auth_host }}
auth_port = {{ auth_port }}
auth_protocol = {{ auth_protocol }}