fix bash/curl command in development-stack.rst

make the curl/bash command work properly

Change-Id: Id316ee54e4e5ab90bd5cf8fb5d4a655c05b50090
Closes-Bug: #1459182
This commit is contained in:
Darren Birkett 2015-05-27 11:21:27 +01:00
parent ca676de49b
commit 21575644b1

View File

@ -31,7 +31,7 @@ Alternatively, you can curl/wget the ``run-aio-build.sh`` script:
.. code-block:: bash
curl http://git.openstack.org/cgit/stackforge/os-ansible-deployment/plain/scripts/run-aio-build.sh | bash
bash <(curl -s http://git.openstack.org/cgit/stackforge/os-ansible-deployment/plain/scripts/run-aio-build.sh)
To use these scripts successfully please make sure that you have the following: