diff --git a/doc/install/development.rst b/doc/install/development.rst index 2960ec25..d60012dd 100644 --- a/doc/install/development.rst +++ b/doc/install/development.rst @@ -75,7 +75,7 @@ Installing This is a custom version with patches commited upstream but not release yet. - sudo pip install https://launchpad.net/~libra-core/+archive/ppa/+files/gearman_2.0.2.git2.orig.tar.gz + sudo pip install https://launchpad.net/~libra-core/+archive/ppa/+files/gearman_2.0.2.git3.orig.tar.gz 6. Install dependencies using pip diff --git a/doc/install/openstack.rst b/doc/install/openstack.rst index 3800bb94..c9a3735d 100644 --- a/doc/install/openstack.rst +++ b/doc/install/openstack.rst @@ -268,25 +268,31 @@ API nodes 5. Login / or script the next actions -6. Do steps in :doc:`ppa` for each instance +6. Install python-keystoneclient -7. Install latest version of Libra +:: + + $ sudo apt-get install -qy python-keystoneclient + +7. Do steps in :doc:`ppa` for each instance + +8. Install latest version of Libra :: $ sudo apt-get install -qy libra-api libra-admin-api -8. Copy the configuration file from one of the :ref:`libra-pool-mgm` instances +9. Copy the configuration file from one of the :ref:`libra-pool-mgm` instances to each instance. -9. Restart :ref:`libra-api` and :ref:`libra-admin-api` on each instance. +10. Restart :ref:`libra-api` and :ref:`libra-admin-api` on each instance. :: $ for i in api admin-api; do sudo service libra-$i restart; done -10. Now you're done with the API services +11. Now you're done with the API services -11. Check that the logs have any errors. +12. Check that the logs have any errors. -12. See :ref:`install-verify` to verify that the system works! +13. See :ref:`install-verify` to verify that the system works!