Small readme fix

Change-Id: If70fad4160dcbc3c3af197b3329e6a1d7bc34ee4
This commit is contained in:
Major Hayden 2015-07-30 21:59:58 -05:00 committed by Jesse Pretorius
parent ed6ebcca03
commit 8dee2959fb
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Basic Setup:
src: https://github.com/super-user/SuperAwesomeModule
version: master
2. Run the ``./scripts/bootstrap-ansible.sh`` script, which will install, pip, ansible 1.9.x, all of the required python packages, and bring in any third part ansible roles that you may want to add to the deployment.
2. Run the ``./scripts/bootstrap-ansible.sh`` script, which will install, pip, ansible 1.9.x, all of the required python packages, and bring in any third party ansible roles that you may want to add to the deployment.
3. Copy the ``etc/openstack_deploy`` directory to ``/etc/openstack_deploy``.
4. Fill in your ``openstack_deploy/openstack_user_config.yml``, ``openstack_deploy/user_secrets.yml`` and ``openstack_deploy/user_variables.yml`` files which you've just copied to your ``/etc/`` directory.
5. Generate all of your random passwords executing ``scripts/pw-token-gen.py --file /etc/openstack_deploy/user_secrets.yml``.