update README, point dash to master

main
Anthony Young 13 years ago
parent f0f27ff805
commit 0e65abf145

@ -1,5 +1,17 @@
Tool to quickly deploy openstack dev environments
Be sure to carefully read these scripts before you run them as they install software and may alter your networking configuration.
# To start a dev cloud on your local machine (installing on a dedicated vm is safer!):
./stack.sh
# To start a dev cloud in an lxc container:
./build_lxc.sh
You will need to configure a bridge and network on your host machine (by default br0) before starting build_lxc.sh. A sample host-only network configuration can be found in lxc_network_hostonlyplusnat.sh.
# Todo
* Add python-novaclient cli support

@ -16,7 +16,7 @@ NOVNC_BRANCH=master
# django powered web control panel for openstack
DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git
DASH_BRANCH=glance_type_image
DASH_BRANCH=master
# add nixon, will use this to show munin graphs in dashboard
NIXON_REPO=https://github.com/cloudbuilders/nixon.git

Loading…
Cancel
Save