Merge "Add the default empty reconfigure.yml file to all roles"

This commit is contained in:
Jenkins 2016-02-25 21:58:56 +00:00 committed by Gerrit Code Review
commit c79174012c
22 changed files with 25 additions and 1 deletions
ansible/roles
ceph/tasks
cinder/tasks
common/tasks
elasticsearch/tasks
glance/tasks
haproxy/tasks
heat/tasks
horizon/tasks
ironic/tasks
keystone/tasks
kibana/tasks
magnum/tasks
mariadb/tasks
memcached/tasks
mistral/tasks
mongodb/tasks
murano/tasks
neutron/tasks
nova/tasks
rabbitmq/tasks
swift/tasks
tools

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -133,7 +133,10 @@ case "$1" in
ACTION="Upgrading OpenStack Environment"
EXTRA_OPTS="$EXTRA_OPTS -e action=upgrade"
;;
(reconfigure)
ACTION="Reconfigure OpenStack service"
EXTRA_OPTS="$EXTRA_OPTS -e action=reconfigure"
;;
(*) usage
exit 0
;;