diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-14 11:08:55 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-14 11:08:55 -0500 |
commit | 4eb4fdc5f39069f6af63992300f6fbf3e6534853 (patch) | |
tree | 07a2fa69b6d54a6cd678fd8c5bfd2e206d67163a /ci/config_tpl | |
parent | 8752ecf2cf91e027bd2f722129ada65fbb8c0183 (diff) |
modfied heat to use defined encruption key as know issue in heat.
Change-Id: I40d5682f019072eac594ea58cef5d4a96aa70da7
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/heat.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/heat.yaml b/ci/config_tpl/juju2/bundle_tpl/heat.yaml index 6e26ac7f..bff431d3 100644 --- a/ci/config_tpl/juju2/bundle_tpl/heat.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/heat.yaml @@ -12,6 +12,7 @@ options: openstack-origin: *openstack-origin region: *openstack-region + encryption-key: C4PmHbY3gbBT38wh {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} |