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.