Closes-Bug: 1717506

Change-Id: Ia6d016f6f0b1c6253a8ab5d1329f65f0da08866f
This commit is contained in:
Shashi Dahal 2017-09-21 20:03:45 +02:00
parent 07ea7ba184
commit 54f02e07b0
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,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