update README, point dash to master
This commit is contained in:
parent
f0f27ff805
commit
0e65abf145
2 changed files with 13 additions and 1 deletions
12
README
12
README
|
@ -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
|
||||
|
|
2
stackrc
2
stackrc
|
@ -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…
Reference in a new issue