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