diff options
| author | Joe Heck <heckj@mac.com> | 2010-11-11 16:44:40 -0600 |
|---|---|---|
| committer | Joe Heck <heckj@mac.com> | 2010-11-11 16:44:40 -0600 |
| commit | 8aee9996abe4a4f36beebe9f89bce1ab64663938 (patch) | |
| tree | a5a632cc3362ec70ff9641a7d97eb43f1e5d5ff5 /doc/source | |
| parent | 1c5cbfa1e9ca81034190c3f6abe6d0801085f7ce (diff) | |
| download | nova-8aee9996abe4a4f36beebe9f89bce1ab64663938.tar.gz nova-8aee9996abe4a4f36beebe9f89bce1ab64663938.tar.xz nova-8aee9996abe4a4f36beebe9f89bce1ab64663938.zip | |
fixed another spacing typo causing poor rendering
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/adminguide/multi.node.install.rst | 20 |
1 files changed, 11 insertions, 9 deletions
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 <user_name> /usr/bin/python /usr/bin/nova-manage project create <project_name> <user_name> /usr/bin/python /usr/bin/nova-manage project create network |
