commit | f1f3a8fbd88c8941fffd3964857c8bee69bbac6b | [log] [tgz] |
---|---|---|
author | Brad Hall <brad@nicira.com> | Mon Dec 12 23:04:58 2011 +0000 |
committer | Brad Hall <brad@nicira.com> | Tue Dec 13 00:21:03 2011 +0000 |
tree | b93edaf0a163f145913449bfe388b21f60c7a88b | |
parent | d9eafd58913453b70b2664c272ac3063ae14280c [diff] |
Add support for specifying an alternate Quantum host/port Also change the Quantum support around a bit.. now if you want Quantum networking you can specify "quantum" in enabled_services -- if you actually want to run the service then you need to add "q-svc" to enabled services. Finally, move some of the openvswitch plugin logic into the openvswitch block. Change-Id: I4b45e40f9670d2288d7714864a76e83972bec2c0
Devstack is a set of scripts and utilities to quickly deploy an OpenStack cloud.
Read more at http://devstack.org (built from the gh-pages branch)
IMPORTANT: Be sure to carefully read stack.sh and any other scripts you execute before you run them, as they install software and may alter your networking configuration. We strongly recommend that you run stack.sh in a clean and disposable vm when you are first getting started.
The devstack master branch generally points to trunk versions of OpenStack components. For older, stable versions, look for branches named stable/[mil estone]. For example, you can do the following to create a diablo OpenStack cloud:
git checkout stable/diablo ./stack.sh
./stack.sh
When the script finishes executing, you should be able to access OpenStack endpoints, like so:
We also provide an environment file that you can use to interact with your cloud via CLI:
# source openrc file to load your environment with osapi and ec2 creds . openrc # list instances nova list # list instances using ec2 api euca-describe-instances
You can override environment variables used in stack.sh by creating file name 'localrc'. It is likely that you will need to do this to tweak your networking configuration should you need to access your cloud from a different host.