Add node-selector to rabbitmq

Change-Id: I808d804494a53d234b04c0020d2c2f1da03155e8
This commit is contained in:
Proskurin Kirill 2016-06-27 18:24:36 +02:00
parent d674d07e06
commit 4fc9c96692
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ service:
name: rabbitmq
ports:
- rabbitmq_port
container:
node-selector:
openstack-controller: "true"
probes:
readiness: "true"
liveness: "true"