diff options
author | Marco Platania <platania@research.att.com> | 2018-09-05 14:26:34 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-09-05 14:26:34 -0400 |
commit | 8c1c99dfc4a42ff8e438a13858c95340a0f677c7 (patch) | |
tree | ca41ad656c7c8383faeeb58edd2617a45dc096d8 /heat/ONAP/onap_openstack.env | |
parent | 2871669ad9a0db36280fd1bcb7ff9d12066d1369 (diff) |
Remove plain OpenStack pwd from Heat
- Replace plain OpenStack password with its encrypted version
- Update SO install/init script to skip key encryption (will be done by user)
- Provide a script that encrypts the plain OpenStack password
Change-Id: Ifb7010ab8720ca92119c65484d05f5cfacf023cb
Issue-ID: INT-646
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/ONAP/onap_openstack.env')
-rw-r--r-- | heat/ONAP/onap_openstack.env | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/heat/ONAP/onap_openstack.env b/heat/ONAP/onap_openstack.env index b9fc2e6c..c373317d 100644 --- a/heat/ONAP/onap_openstack.env +++ b/heat/ONAP/onap_openstack.env @@ -44,9 +44,7 @@ parameters: openstack_username: PUT YOUR OPENSTACK USERNAME HERE - openstack_api_key: PUT YOUR OPENSTACK PASSWORD HERE - - openstack_auth_method: password + openstack_api_key: PUT YOUR ENCRYPTED OPENSTACK PASSWORD HERE openstack_region: RegionOne |