Skip to content

Commit

Permalink
Merge pull request #168 from bodepd/disable_nova_voluems
Browse files Browse the repository at this point in the history
do not enable nova volumes api service by default
  • Loading branch information
bodepd committed Oct 25, 2012
2 parents 772ebc0 + 25b7638 commit cc6aadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/api.pp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
$admin_user = 'nova',
$admin_password = 'passw0rd',
$api_bind_address = '0.0.0.0',
$enabled_apis = 'ec2,osapi_compute,osapi_volume,metadata'
$enabled_apis = 'ec2,osapi_compute,metadata'
) {

include nova::params
Expand Down

0 comments on commit cc6aadf

Please sign in to comment.