Skip to content

Instantly share code, notes, and snippets.

@ody
Created September 22, 2015 23:57
Show Gist options
  • Select an option

  • Save ody/ede14f1625d21b66cb78 to your computer and use it in GitHub Desktop.

Select an option

Save ody/ede14f1625d21b66cb78 to your computer and use it in GitHub Desktop.
##
#
class openstacklib::params {
$servicedefault = '<SERVICE DEFAULT>'
}
##
#
class nova::params inherits ::openstacklib::params {
}
##
#
class nova::api($neutron_metadata_proxy_shared_secret = $servicedefault) inherits nova::params {
notify { $neutron_metadata_proxy_shared_secret:}
}
include ::nova::api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment