From 1c5cbfa1e9ca81034190c3f6abe6d0801085f7ce Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Thu, 11 Nov 2010 16:40:53 -0600 Subject: fixed spacing typo causing poor rendering --- doc/source/adminguide/multi.node.install.rst | 33 ++++++++++++++++------------ 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/doc/source/adminguide/multi.node.install.rst b/doc/source/adminguide/multi.node.install.rst index 874a20d0b..364bb2457 100644 --- a/doc/source/adminguide/multi.node.install.rst +++ b/doc/source/adminguide/multi.node.install.rst @@ -113,15 +113,17 @@ Note: CC_ADDR= 5. Create a nova group :: - sudo addgroup nova + + sudo addgroup nova 6. nova-objectstore specific flags < no specific config needed > Config files should be have their owner set to root:nova, and mode set to 0640, since they contain your MySQL server's root password. :: - cd /etc/nova - chown -R root:nova . + + cd /etc/nova + chown -R root:nova . Step 3 Setup the sql db ----------------------- @@ -129,20 +131,25 @@ Step 3 Setup the sql db 1. First you 'preseed' (using vishy's :doc:`../quickstart`). Run this as root. :: - sudo apt-get install bzr git-core - sudo bash - export MYSQL_PASS=nova - cat < /usr/bin/python /usr/bin/nova-manage project create /usr/bin/python /usr/bin/nova-manage project create network -- cgit