Created
November 7, 2012 16:25
-
-
Save jkordish/4032618 to your computer and use it in GitHub Desktop.
Ubuntu 12.10 Juju Folsom Openstack.cfg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat openstack.cfg | |
keystone: | |
openstack-origin: "cloud:precise-folsom" | |
admin-password: "openstack" | |
nova-cloud-controller: | |
openstack-origin: "cloud:precise-folsom" | |
nova-volume: | |
openstack-origin: "cloud:precise-folsom" | |
overwrite: "true" | |
nova-compute: | |
openstack-origin: "cloud:precise-folsom" | |
glance: | |
openstack-origin: "cloud:precise-folsom" | |
openstack-dashboard: | |
openstack-origin: "cloud:precise-folsom" | |
webroot: "/" | |
e.g. jitsu deploy-to 1 --config=openstack.cfg keystone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment