diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..8fdb21f --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack/cookbook-openstack-dns.git diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..199cb43 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,3 @@ +- project: + templates: + - openstack-chef-repo-jobs diff --git a/recipes/dashboard.rb b/recipes/dashboard.rb index f6ba110..209bc9c 100644 --- a/recipes/dashboard.rb +++ b/recipes/dashboard.rb @@ -18,7 +18,7 @@ # limitations under the License. # -class ::Chef::Recipe # rubocop:disable Documentation +class ::Chef::Recipe include ::Openstack end