Swarm: Fix NODE_SERVICES in template

docker-tcp.socket should be changed to docker.socket.
refer magnum/templates/docker-swarm/fragments/write-docker-socket.yaml
for this modification.

Change-Id: I173b5b81905836d5c65238b71a8652dff658c4f9
Closes-Bug: #1501148
This commit is contained in:
Eli Qiao 2015-09-30 11:20:47 +08:00
parent f3e09133e9
commit 7945fbf5ec
2 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ resources:
str_replace:
template: {get_file: fragments/enable-services.sh}
params:
"$NODE_SERVICES": "docker-tcp.socket swarm-agent swarm-manager"
"$NODE_SERVICES": "docker.socket swarm-agent swarm-manager"
cfn_signal:
type: "OS::Heat::SoftwareConfig"

View File

@ -190,7 +190,7 @@ resources:
str_replace:
template: {get_file: fragments/enable-services.sh}
params:
"$NODE_SERVICES": "docker-tcp.socket swarm-agent"
"$NODE_SERVICES": "docker.socket swarm-agent"
cfn_signal:
type: "OS::Heat::SoftwareConfig"