Skip to content

Instantly share code, notes, and snippets.

@tamirko
Created June 28, 2013 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamirko/5887423 to your computer and use it in GitHub Desktop.
Save tamirko/5887423 to your computer and use it in GitHub Desktop.
Cloudify: openstack-cloud.properties ( for Cloudify 2.6 )
// Credentials - Enter your cloud provider account credentials here
user="myUser"
tenant="myTenant or my project"
apiKey="my password"
keyFile="mykeyPairFile.pem"
keyPair="mykeyPairName"
securityGroup="default"
// For instance: "https://<IP>:5000/v2.0/"
openstackUrl="http://REPLACE_WITH_YOUR_OPENSTACK_ENDPOINT_URL:5000/v2.0/"
currLocation="RegionOne"
// Get the hardware Id from nova : nova flavor-list
// 2 is m1.small
// 3 is m1.medium etc.
hardwareId="RegionOne/3"
// Get the image from nova : nova image-list
currentImageId="RegionOne/REPLACE_WITH_YOUR_UBUNTU_IMAGE_ID"
// For ubuntu, the sshUser is usually ubuntu, for CentOs it's usually root
sshUser="ubuntu"
// Management persistence configuration. Replace with a string path to activate. 'null' indicates no persistence.
persistencePath=null
CLOUD_DISPLAY_NAME="OpenStack Cloud"
MANAGEMENT_PREFIX="mymanager1-"
AGENT_PREFIX="myagent-"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment