Update README

This commit is contained in:
Dean Troyer 2012-09-13 11:33:44 -05:00
parent 31855ea0b7
commit 2d4b835ac4
2 changed files with 6 additions and 1 deletions

View File

@ -38,6 +38,11 @@ Grenade includes ``devstack.localrc.work`` for DevStack that is used to
customize its behaviour for use with Grenade. By default ``setup-grenade``
will set HOST_IP and DEST when copying it to the Grenade DevStack direcotry.
Grenade also uses ``devstack.localrc`` if it exists; it is appended to
``localrc`` in each of the DevStack environments as the final overriding
configuration. Grenade does not supply this file and will not overwrite
it if it exists.
# Prepare For An Upgrade

View File

@ -194,7 +194,7 @@ if is_service_enabled n-novnc; then
git_clone $NOVNC_REPO $NOVNC_DIR $NOVNC_BRANCH
fi
# Start Glance
# Start Nova
screen_it n-api "cd $NOVA_DIR && $NOVA_BIN_DIR/nova-api"
screen_it n-cpu "cd $NOVA_DIR && sg libvirtd $NOVA_BIN_DIR/nova-compute"
screen_it n-crt "cd $NOVA_DIR && $NOVA_BIN_DIR/nova-cert"