summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorSlawek Kaplonski <skaplons@redhat.com>2023-04-11 13:12:45 +0200
committerSlawek Kaplonski <skaplons@redhat.com>2023-04-11 13:12:45 +0200
commit52653c95e050437b27492404649e42d01b79732b (patch)
tree62a7f0cf0508459e4ade5abeec6612adc63c4d38 /.zuul.yaml
parent3071dfbd0f8e7c8a297f58b6c038cf461691840e (diff)
downloadpython-neutronclient-52653c95e050437b27492404649e42d01b79732b.tar.gz
Remove the CLI code from the Neutron client.
This project no longer provides CLI support. All code has been removed. Please use openstack CLI instead This patch removes entry point for neutron CLI too, bash completion script and CLI related functional and unit tests but it still keeps neutronclient/neutron/v2_0 module as this is used by e.g. Nova. Co-Authored-By: Slawek Kaplonski <skaplons@redhat.com> Closes-Bug: #2003861 Change-Id: I5b6c735d1ff931d7991a42b262e7faa47b75edeb
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml52
1 files changed, 0 insertions, 52 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 7e23f93..0bbe8f4 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -7,12 +7,6 @@
- lib-forward-testing-python3
- release-notes-jobs-python3
- openstackclient-plugin-jobs
- check:
- jobs:
- - neutronclient-functional
- gate:
- jobs:
- - neutronclient-functional
experimental:
jobs:
- neutronclient-grenade-neutron-lib:
@@ -21,52 +15,6 @@
- ^setup.cfg$
- job:
- name: neutronclient-functional
- parent: devstack-tox-functional
- irrelevant-files:
- - ^.*\.rst$
- - ^doc/.*$
- - ^releasenotes/.*$
- required-projects:
- - openstack/python-neutronclient
- - openstack/neutron
- - openstack/neutron-vpnaas
- vars:
- tox_envlist: functional
- devstack_services:
- # NOTE: neutronclient.tests.functional.base.ClientTestBase does not
- # support HTTPS endpoints now, so tls-proxy needs to be disabled.
- tls-proxy: false
- # Disable OVN services
- br-ex-tcpdump: false
- br-int-flows: false
- ovn-controller: false
- ovn-northd: false
- ovs-vswitchd: false
- ovsdb-server: false
- q-ovn-metadata-agent: false
- # Neutron services
- q-agt: true
- q-dhcp: true
- q-l3: true
- q-meta: true
- neutron-network-segment-range: true
- neutron-segments: true
- q-metering: true
- q-qos: true
- neutron-tag-ports-during-bulk-creation: true
- neutron-conntrack-helper: true
- devstack_localrc:
- USE_PYTHON3: true
- LIBS_FROM_GIT: python-neutronclient
- Q_AGENT: openvswitch
- Q_ML2_TENANT_NETWORK_TYPE: vxlan
- Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
- devstack_plugins:
- neutron: https://opendev.org/openstack/neutron
- neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas
-
-- job:
name: neutronclient-grenade-neutron-lib
parent: grenade
description: |