Created
September 22, 2015 23:57
-
-
Save ody/ede14f1625d21b66cb78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## | |
| # | |
| 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