diff options
author | andy <github@anarkystic.com> | 2010-06-24 04:12:00 +0100 |
---|---|---|
committer | andy <github@anarkystic.com> | 2010-06-24 04:12:00 +0100 |
commit | 57c7bb9f45251d36b95d81a55ce60cf9e57ec602 (patch) | |
tree | 9a8a5d835456afbbf9a4355254133d5475d0da31 | |
parent | 89e184767130fcdc8fd7c471eda9945ed71ce598 (diff) | |
download | nova-57c7bb9f45251d36b95d81a55ce60cf9e57ec602.tar.gz nova-57c7bb9f45251d36b95d81a55ce60cf9e57ec602.tar.xz nova-57c7bb9f45251d36b95d81a55ce60cf9e57ec602.zip |
documentation updates
Conflicts:
README
-rw-r--r-- | docs/getting.started.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/getting.started.rst b/docs/getting.started.rst index d6d76031b..8e3848113 100644 --- a/docs/getting.started.rst +++ b/docs/getting.started.rst @@ -58,11 +58,11 @@ Installation :: # system libraries and tools - apt-get install -y libvirt-bin aoetools vlan + apt-get install -y aoetools vlan modprobe aoe # python libraries - apt-get install -y python-libvirt python-setuptools python-dev python-pycurl python-m2crypto + apt-get install -y python-setuptools python-dev python-pycurl python-m2crypto # ON THE CLOUD CONTROLLER apt-get install -y rabbitmq-server dnsmasq nginx @@ -75,7 +75,8 @@ Installation apt-get install -y vblade-persist # ON THE COMPUTE NODE: - apt-get install -y kpartx kvm + apt-get install -y python-libvirt + apt-get install -y kpartx kvm libvirt-bin # optional packages apt-get install -y euca2ools |