Merge "Fixing cloudformation overrides"
This commit is contained in:
@@ -134,10 +134,12 @@ class HeatHelm(openstack.OpenstackBaseHelm):
|
||||
'tls': {
|
||||
'orchestration': {
|
||||
'api': {
|
||||
'internal': 'heat-tls-public'
|
||||
'internal': 'heat-tls-public',
|
||||
},
|
||||
},
|
||||
'cloudformation': {
|
||||
'cfn': {
|
||||
'internal': 'heat-tls-public'
|
||||
'internal': 'cloudformation-tls-public',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -309,7 +309,7 @@ class KeystoneHelm(openstack.OpenstackBaseHelm):
|
||||
'tls': {
|
||||
'identity': {
|
||||
'api': {
|
||||
'internal': 'keystone-tls-public'
|
||||
'internal': 'keystone-tls-public',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -174,6 +174,20 @@ class HeatGetOverrideTest(HeatHelmTestCase,
|
||||
},
|
||||
},
|
||||
},
|
||||
'secrets': {
|
||||
'tls': {
|
||||
'orchestration': {
|
||||
'api': {
|
||||
'internal': 'heat-tls-public',
|
||||
},
|
||||
},
|
||||
'cloudformation': {
|
||||
'cfn': {
|
||||
'internal': 'cloudformation-tls-public',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'manifests': {
|
||||
'certificates': True,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user