diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-12-21 14:52:36 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-12-21 14:52:36 +0000 |
commit | 4a7e093a6b31a8bee1afb93e45d7d59114245bcc (patch) | |
tree | c3d878e5584bf32a1b5867c7b68328cb5b2ac8cd /deployed-server/ctlplane-port.yaml | |
parent | 64d720a40d19948f51ebdca59557b8b95f74dd65 (diff) | |
parent | 9313e18f302aafaa1cbe92ef59499af6d2074e1f (diff) |
Merge "Add "deployed server" fake neutron ports"
Diffstat (limited to 'deployed-server/ctlplane-port.yaml')
-rw-r--r-- | deployed-server/ctlplane-port.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/deployed-server/ctlplane-port.yaml b/deployed-server/ctlplane-port.yaml deleted file mode 100644 index eb10fba0..00000000 --- a/deployed-server/ctlplane-port.yaml +++ /dev/null @@ -1,23 +0,0 @@ -heat_template_version: 2014-10-16 - -parameters: - Hostname: - type: string - -resources: - - ControlPlanePort: - type: OS::Neutron::Port - properties: - network: ctlplane - name: - list_join: - - '-' - - - {get_param: Hostname} - - ctlplane - - port - replacement_policy: AUTO - -outputs: - ip_address: - value: {get_attr: [ControlPlanePort, fixed_ips, 0, ip_address]} |