Add the default empty reconfigure.yml file to all roles

DocImpact

Partially-implements: bp kolla-reconfig
Change-Id: I9738e80960bcfbef18d1ef1b7942f81c45684e85
This commit is contained in:
Jeffrey Zhang 2016-02-23 20:47:01 +08:00
parent 2eaf65a1e1
commit d26c259754
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
;;