Skip to content

Instantly share code, notes, and snippets.

@dizz
Created September 24, 2012 22:37
Show Gist options
  • Save dizz/3778884 to your computer and use it in GitHub Desktop.
Save dizz/3778884 to your computer and use it in GitHub Desktop.
nova::api usage
class { 'nova::api':
enabled => true,
admin_password => $nova_user_password,
enabled_apis => 'occiapi,ec2,osapi_compute,osapi_volume,metadata'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment