diff options
-rw-r--r-- | nova-compute-instance.yaml | 5 | ||||
-rw-r--r-- | overcloud-source.yaml | 5 | ||||
-rw-r--r-- | undercloud-bm.yaml | 2 | ||||
-rw-r--r-- | undercloud-vm.yaml | 2 |
4 files changed, 0 insertions, 14 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index 3074228e..dd7c39ae 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -26,9 +26,6 @@ Parameters: RabbitPassword: Type: String NoEcho: true - NovaInterfaces: - Type: String - Default: eth0 NovaComputeDriver: Type: String Default: libvirt.LibvirtDriver @@ -137,5 +134,3 @@ Resources: swift: store_user: '' store_key: '' - interfaces: - control: {Ref: NovaInterfaces} diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 98c38540..8cb4596c 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -48,9 +48,6 @@ Parameters: NovaImage: Type: String Default: overcloud-compute - NovaInterfaces: - Default: eth0 - Type: String NovaPassword: Default: unset Description: The password for the nova service account, used by nova-api. @@ -224,8 +221,6 @@ Resources: - notcompute - networks - ':8000/v1/waitcondition' - interfaces: - control: eth0 keystone: db: mysql://keystone:unset@localhost/keystone host: diff --git a/undercloud-bm.yaml b/undercloud-bm.yaml index 9e1e8d76..b4b23c1b 100644 --- a/undercloud-bm.yaml +++ b/undercloud-bm.yaml @@ -130,8 +130,6 @@ Resources: - SecretAccessKey stack_name: Ref: AWS::StackName - interfaces: - control: eth2 keystone: db: mysql://keystone:unset@localhost/keystone host: 127.0.0.1 diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index 8c948caf..a1274094 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -134,8 +134,6 @@ Resources: - SecretAccessKey stack_name: Ref: AWS::StackName - interfaces: - control: eth2 keystone: db: mysql://keystone:unset@localhost/keystone host: 127.0.0.1 |