Merge "Add Heat CloudFormation service for endpoint creation"

This commit is contained in:
Jenkins 2016-05-25 07:18:16 +00:00 committed by Gerrit Code Review
commit 7ffa25317c
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ SERVICE_LIST = {
'glance': {'password_field': 'OVERCLOUD_GLANCE_PASSWORD'},
'gnocchi': {'password_field': 'OVERCLOUD_GNOCCHI_PASSWORD'},
'heat': {'password_field': 'OVERCLOUD_HEAT_PASSWORD'},
'heatcfn': {},
'neutron': {'password_field': 'OVERCLOUD_NEUTRON_PASSWORD'},
'nova': {'password_field': 'OVERCLOUD_NOVA_PASSWORD'},
'swift': {'password_field': 'OVERCLOUD_SWIFT_PASSWORD'},