Merge "Closes-Bug: 1717506"

This commit is contained in:
Jenkins
2017-10-12 17:42:04 +00:00
committed by Gerrit Code Review

View File

@@ -191,7 +191,7 @@ following:
.. code-block:: shell-session
# cd /opt/openstack-ansible/playbooks
# cd /opt/openstack-ansible/
# cp etc/openstack_deploy/conf.d/{aodh,gnocchi,ceilometer}.yml.aio /etc/openstack_deploy/conf.d/
# for f in $(ls -1 /etc/openstack_deploy/conf.d/*.aio); do mv -v ${f} ${f%.*}; done