From 5ad76e9754b7f96481ebe57079f1d616e7927149 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Mon, 6 Aug 2018 21:47:48 -0700 Subject: [PATCH] Rename openstack-chef-repo references to openstack-chef Change-Id: Id496cb5f1cecd522d83558f98a2baac0ed2d7174 --- .zuul.yaml | 2 +- recipes/create_network.rb | 2 +- recipes/run_tempest.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 199cb43..f578684 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,3 +1,3 @@ - project: templates: - - openstack-chef-repo-jobs + - openstack-chef-jobs diff --git a/recipes/create_network.rb b/recipes/create_network.rb index d321b85..a4ffd47 100644 --- a/recipes/create_network.rb +++ b/recipes/create_network.rb @@ -16,7 +16,7 @@ # limitations under the License. # Purpose: For use in kitchen tempest tests, create network/subnet identical to -# openstack-chef-repo/Rakefile _setup_local_network +# openstack-chef/Rakefile _setup_local_network class Chef::Recipe include ::Openstack diff --git a/recipes/run_tempest.rb b/recipes/run_tempest.rb index d6f8f70..87f11d1 100644 --- a/recipes/run_tempest.rb +++ b/recipes/run_tempest.rb @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Purpose: Run tempest like openstack-chef-repo/Rakefile (used by kitchen) +# Purpose: Run tempest like openstack-chef/Rakefile (used by kitchen) execute 'run_tempest' do # Write log file to test VM's /root directory.