From 2419580c763db213c8a37975f8c6858f157636a8 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 24 Jan 2018 16:46:38 -0800 Subject: [PATCH] Zuul: Remove project name Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: I82f23844822d7f34b400386702ead41b50fc69aa --- .zuul.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 07bce4eb1..e3f49f0ca 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -74,11 +74,11 @@ neutron: git://git.openstack.org/openstack/neutron.git neutron-tempest-plugin: git://git.openstack.org/openstack/neutron-tempest-plugin.git devstack_services: - cinder: False - designate: True - neutron-dns: True - tempest: True - tempest_test_regex: '^neutron_tempest_plugin\.scenario\.test_dns_integration' + cinder: false + designate: true + neutron-dns: true + tempest: true + tempest_test_regex: ^neutron_tempest_plugin\.scenario\.test_dns_integration tox_envlist: all-plugin irrelevant-files: - ^(test-|)requirements.txt$ @@ -99,6 +99,5 @@ - neutron-tempest-plugin-api - project: - name: openstack/neutron-tempest-plugin templates: - neutron-tempest-plugin-jobs