remove cueclient from osc check script

due to the current status of the cue project being independent,
no commits to the client in ~6 months [1], and no release in one
year [2]; i propose we remove the client from the osc checker.

it currently emits a deprecation warning, which was attempted to
be fixed [3] but abandoned since no one reviewed it.

[1] https://github.com/openstack/python-cueclient/commits/master
[2] https://github.com/openstack/python-cueclient/releases
[3] https://review.openstack.org/#/c/333747/

Change-Id: I6b5d3e74a227692e4c4f9ac1aac3af255d3726d2
This commit is contained in:
Steve Martinelli 2016-12-11 00:10:30 -05:00
parent feb313ef12
commit 301a0a80f6
2 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@ install_from_source python-aodhclient
install_from_source python-barbicanclient install_from_source python-barbicanclient
install_from_source python-cloudkittyclient install_from_source python-cloudkittyclient
install_from_source python-congressclient install_from_source python-congressclient
install_from_source python-cueclient
install_from_source python-designateclient install_from_source python-designateclient
install_from_source python-gnocchiclient install_from_source python-gnocchiclient
install_from_source python-heatclient install_from_source python-heatclient

View File

@ -15377,7 +15377,6 @@ projects:
- name: check-requirements - name: check-requirements
- name: python-jobs - name: python-jobs
- name: publish-to-pypi - name: publish-to-pypi
- name: osc-plugin-jobs
- name: python35-jobs-nv - name: python35-jobs-nv
- name: openstack/python-designateclient - name: openstack/python-designateclient