Skip to content

Instantly share code, notes, and snippets.

@jkordish
Created November 7, 2012 16:25
Show Gist options
  • Save jkordish/4032618 to your computer and use it in GitHub Desktop.
Save jkordish/4032618 to your computer and use it in GitHub Desktop.
Ubuntu 12.10 Juju Folsom Openstack.cfg
$ 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