diff options
author | Dmitry Shulyak <dshulyak@mirantis.com> | 2014-05-02 08:06:57 +0300 |
---|---|---|
committer | Dmitry Shulyak <dshulyak@mirantis.com> | 2014-05-06 14:15:13 +0000 |
commit | 631e71e824aff933cd6fbd3540dbfdc7dded732d (patch) | |
tree | 2645c81fa4f4ccccba51c894ddd455cbe5c7bb6d /overcloud-source.yaml | |
parent | 3ea6b2cbe1ee70d60fa1ebcbf084b390aab8266c (diff) |
Add NeutronControlPlaneID parameter
Creation of OS::Neutron::Port requires network_id parameter
OS::Neutron::Port will be used for VIP creation
Creating port for network by name, e.g:
neutron port-create ctlplane
works only with neutron cli
Change-Id: Ia8bd6f700a4897efd277fd67189d2e04ad716b87
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r-- | overcloud-source.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 6949deaa..52e2f376 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -163,6 +163,10 @@ Parameters: Default: '' Description: If set, the public interface is a vlan with this device as the raw device. Type: String + NeutronControlPlaneID: + Default: '' + Type: String + Description: Neutron ID for ctlplane network. NeutronDnsmasqOptions: Default: 'dhcp-option-force=26,1400' Description: Dnsmasq options for neutron-dhcp-agent. The default value here forces MTU to be set to 1400 to account for the gre tunnel overhead. |