I hereby claim:
- I am iartarisi on github.
- I am iartarisi (https://keybase.io/iartarisi) on keybase.
- I have a public key ASC8uRAIx1TIr2z74T4qQQ6cdbGzkSmDbMj3Y1E6T4upwQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| diff --git a/modules/openstack_project/files/jenkins_job_builder/config/macros.ml | |
| b/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml | |
| index 62b62a8..4144127 100644 | |
| --- a/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml | |
| +++ b/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml | |
| @@ -177,7 +177,7 @@ | |
| if grep rubocop: Strainerfile; then | |
| bundle exec strainer test --cookbooks-path=.cookbooks --only=rubop | |
| else | |
| - bundle exec rubocop |
| keycode 192 = minus underscore |
node["openstack"]["network"]["custom_template_banner"] - Defaults to ``.node["openstack"]["network"]["verbose"] - Defaults to False.node["openstack"]["network"]["debug"] - Defaults to False.node["openstack"]["network"]["region"] - Defaults to RegionOne.node["openstack"]["network"]["service_user"] - Defaults to quantum.node["openstack"]["network"]["service_role"] - Defaults to admin.node["openstack"]["network"]["service_name"] - Defaults to quantum.node["openstack"]["network"]["service_type"] - Defaults to network.node["openstack"]["identity"]["custom_template_banner"] - Defaults to ``.node["credentials"]["EC2"]["admin"]["access"] - Defaults to ``.node["credentials"]["EC2"]["admin"]["secret"] - Defaults to ``.node["openstack"]["identity"]["db"]["username"] - Defaults to keystone.node["openstack"]["identity"]["db"]["migrate"] - Defaults to true.node["openstack"]["identity"]["verbose"] - Defaults to False.node["openstack"]["identity"]["debug"] - Defaults to False.node["openstack"]["identity"]["service_port"] - Defaults to 5000.Set to some text value if you want templated config files to contain a custom banner at the top of the written file
default["openstack"]["network"]["custom_template_banner"] = "
# This file autogenerated by Chef
# Do not edit, changes will be overwritten
"######################################################################## Toggles - These can be overridden at the environment level OS provides packages ######################################################################## Set to some text value if you want templated config files to contain a custom banner at the top of the written file
default["enable_monit"] = false
default["openstack"]["compute"]["custom_template_banner"] = "Set to some text value if you want templated config files to contain a custom banner at the top of the written file
default["openstack"]["identity"]["custom_template_banner"] = "
# This file autogenerated by Chef
# Do not edit, changes will be overwritten
"(if-let [found (first (filter #(true? ("good" %))))]
(.do_something found)if found = myarray.detect {|x| x['good'] == true }
found.do_something
end| @contextmanager | |
| def mock_open(filename, contents=None, complain=True): | |
| """Mock __builtin__.open() on a specific filename | |
| Let execution pass through to __builtin__.open() on other | |
| files. Return a BytesIO with :contents: if the file was matched. If | |
| the :contents: parameter is not given or if it None, a BytesIO | |
| instance simulating an empty file is returned. | |
| If :complain: is True (default). Will raise an error if a |