From ae8ba58e04d979cbc70351c9569db931d310c3bb Mon Sep 17 00:00:00 2001 From: "Brad P. Crochet" Date: Thu, 19 May 2016 10:18:32 -0400 Subject: [PATCH] Add Heat CloudFormation service for endpoint creation Change-Id: I14dc923ac8ee8d5d538e7f4cf8138ccee8805b53 Depends-On: I465e2136de49a92500115338f53845842e1f293e --- tripleoclient/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tripleoclient/constants.py b/tripleoclient/constants.py index ac39daf04..a0a406a6a 100644 --- a/tripleoclient/constants.py +++ b/tripleoclient/constants.py @@ -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'},