Remove label=disable for ironic related containers
Removing this will re-enable label separation for these containers. Change-Id: Ibd34e500f2523585ae2497ce359c9ad8ff44ca78
This commit is contained in:
parent
991ec2f68c
commit
6c26d3378d
@ -166,8 +166,6 @@ outputs:
|
|||||||
image: *ironic_pxe_image
|
image: *ironic_pxe_image
|
||||||
net: host
|
net: host
|
||||||
privileged: false
|
privileged: false
|
||||||
security_opt:
|
|
||||||
- label=disable
|
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: /openstack/healthcheck
|
test: /openstack/healthcheck
|
||||||
|
@ -163,8 +163,6 @@ outputs:
|
|||||||
image: &nova_ironic_image {get_attr: [RoleParametersValue, value, ContainerNovaComputeIronicImage]}
|
image: &nova_ironic_image {get_attr: [RoleParametersValue, value, ContainerNovaComputeIronicImage]}
|
||||||
net: none
|
net: none
|
||||||
user: root
|
user: root
|
||||||
security_opt:
|
|
||||||
- label=disable
|
|
||||||
privileged: false
|
privileged: false
|
||||||
detach: false
|
detach: false
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user