Merge "Allow container template to recognize an update"
This commit is contained in:
commit
4c2e66a6d0
@ -191,7 +191,6 @@ resources:
|
||||
list_join:
|
||||
- '/'
|
||||
- [ {get_param: DockerNamespace}, {get_param: DockerOvsVswitchdImage} ]
|
||||
container_name: ovs-vswitchd
|
||||
net: host
|
||||
privileged: true
|
||||
restart: always
|
||||
@ -207,7 +206,6 @@ resources:
|
||||
list_join:
|
||||
- '/'
|
||||
- [ {get_param: DockerNamespace}, {get_param: DockerOpenvswitchDBImage} ]
|
||||
container_name: ovsdb-server
|
||||
net: host
|
||||
restart: always
|
||||
volumes:
|
||||
@ -265,7 +263,6 @@ resources:
|
||||
list_join:
|
||||
- '/'
|
||||
- [ {get_param: DockerNamespace}, {get_param: DockerLibvirtImage} ]
|
||||
container_name: libvirt
|
||||
net: host
|
||||
pid: host
|
||||
privileged: true
|
||||
@ -299,7 +296,6 @@ resources:
|
||||
list_join:
|
||||
- '/'
|
||||
- [ {get_param: DockerNamespace}, {get_param: DockerOpenvswitchImage} ]
|
||||
container_name: openvswitch
|
||||
net: host
|
||||
privileged: true
|
||||
restart: always
|
||||
@ -320,7 +316,6 @@ resources:
|
||||
list_join:
|
||||
- '/'
|
||||
- [ {get_param: DockerNamespace}, {get_param: DockerOpenvswitchImage} ]
|
||||
container_name: neutronagent
|
||||
net: host
|
||||
pid: host
|
||||
privileged: true
|
||||
@ -345,7 +340,6 @@ resources:
|
||||
list_join:
|
||||
- '/'
|
||||
- [ {get_param: DockerNamespace}, {get_param: DockerComputeImage} ]
|
||||
container_name: novacompute
|
||||
net: host
|
||||
privileged: true
|
||||
restart: always
|
||||
|
Loading…
x
Reference in New Issue
Block a user