diff options
Diffstat (limited to 'puppet/compute-role.yaml')
-rw-r--r-- | puppet/compute-role.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/compute-role.yaml b/puppet/compute-role.yaml index 37331f37..45794c12 100644 --- a/puppet/compute-role.yaml +++ b/puppet/compute-role.yaml @@ -445,6 +445,7 @@ resources: fqdn_tenant: {get_attr: [NetHostMap, value, tenant, fqdn]} fqdn_management: {get_attr: [NetHostMap, value, management, fqdn]} fqdn_ctlplane: {get_attr: [NetHostMap, value, ctlplane, fqdn]} + fqdn_external: {get_attr: [NetHostMap, value, external, fqdn]} NovaComputeDeployment: type: OS::TripleO::SoftwareDeployment |