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(-) (limited to 'doc') 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 From 8aee9996abe4a4f36beebe9f89bce1ab64663938 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Thu, 11 Nov 2010 16:44:40 -0600 Subject: fixed another spacing typo causing poor rendering --- doc/source/adminguide/multi.node.install.rst | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/source/adminguide/multi.node.install.rst b/doc/source/adminguide/multi.node.install.rst index 364bb2457..90cdf3175 100644 --- a/doc/source/adminguide/multi.node.install.rst +++ b/doc/source/adminguide/multi.node.install.rst @@ -171,20 +171,22 @@ Step 3 Setup the sql db 7. branch and install Nova :: - sudo -i - cd ~ - export USE_MYSQL=1 - export MYSQL_PASS=nova - git clone https://github.com/vishvananda/novascript.git - cd novascript - ./nova.sh branch - ./nova.sh install - ./nova.sh run + + sudo -i + cd ~ + export USE_MYSQL=1 + export MYSQL_PASS=nova + git clone https://github.com/vishvananda/novascript.git + cd novascript + ./nova.sh branch + ./nova.sh install + ./nova.sh run Step 4 Setup Nova environment ----------------------------- :: + /usr/bin/python /usr/bin/nova-manage user admin /usr/bin/python /usr/bin/nova-manage project create /usr/bin/python /usr/bin/nova-manage project create network -- cgit