Skip to content

Instantly share code, notes, and snippets.

@yoramw
Last active August 29, 2015 14:04
Show Gist options
  • Save yoramw/e923ec6a2a12402d1dc5 to your computer and use it in GitHub Desktop.
Save yoramw/e923ec6a2a12402d1dc5 to your computer and use it in GitHub Desktop.
cloudify-config
##Credential section:
keystone:
username: admin
password: password
tenant_name: password
auth_url: h t t p : : / / [YOUR-DEVSTACK-IP]:5000/v2.0
##Networking section:
networking:
subnet:
#Choose here an IP of a DNS server accessiable from your devstack machine.
dns_nameservers: [‘8.8.8.8’]
ext_network:
#choose your Openstack public network name. The DevStack default is “public”
name: public
##Compute section:
compute:
management_server:
instance:
# flavor and image ids are also environment specific and will have to be overridden. Image id is the image id that you generated when you added the Ubuntu image to Devstack.
flavor: 2
image: ####-####-####-####
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment