Merge "Stop using delete_on_termination for BFV instances"

This commit is contained in:
Zuul 2020-09-07 06:36:01 +00:00 committed by Gerrit Code Review
commit 5c99525f93
4 changed files with 0 additions and 4 deletions

View File

@ -910,7 +910,6 @@ resources:
block_device_mapping_v2:
- boot_index: 0
volume_id: {get_resource: kube_node_volume}
delete_on_termination: true
kube_master_eth0:
type: OS::Neutron::Port

View File

@ -533,7 +533,6 @@ resources:
block_device_mapping_v2:
- boot_index: 0
volume_id: {get_resource: kube_node_volume}
delete_on_termination: true
kube_minion_eth0:
type: OS::Neutron::Port

View File

@ -920,7 +920,6 @@ resources:
block_device_mapping_v2:
- boot_index: 0
volume_id: {get_resource: kube_node_volume}
delete_on_termination: true
kube_master_eth0:
type: OS::Neutron::Port

View File

@ -548,7 +548,6 @@ resources:
block_device_mapping_v2:
- boot_index: 0
volume_id: {get_resource: kube_node_volume}
delete_on_termination: true
kube_minion_eth0:
type: OS::Neutron::Port