tavis

step&question

Nov 11th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. the step what I do is as the following:
  2. 1.apt-get dist-upgrade
  3. 2.reboot
  4. 3.git clone https://git.openstack.org/openstack/openstack-ansible \
  5. /opt/openstack-ansible
  6. 4.cd /opt/openstack-ansible
  7. 5.export ANSIBLE_ROLE_FETCH_MODE=git-clone
  8. 6.scripts/bootstrap-ansible.sh
  9. 7.scripts/bootstrap-aio.sh
  10. 8.scripts/run-playbooks.sh
  11. the result of this step is:
  12. "
  13. "
  14. The problem is when I run the command nova --help, it will fial.
Add Comment
Please, Sign In to add comment