shipyard/src/bin/shipyard_client
Ian H. Pittwood efb21f2958 Update dependencies to match other projects
Deckhand's requirement for keystoneauth1 (3.11.1) does not match with
the version used by Shipyard Client (3.11.0). In addition, Shipyard
Client uses requests-2.19.1 which is an insecure version of requests.
Both of these requirements conflict with other Airship project
dependencies. These conflicts become apparent in Pegleg, which uses both
Shipyard Client and Deckhand. The updates made in this change make
Shipyard Client compatible with Pegleg's own dependencies and other
projects it imports from.

Upticks keystoneauth1 to 3.11.1, a bugfix which should not impact
Shipyard Client behavior.

Upticks requests to 2.20.0, which contains several bug fixes and
deprecates support for py26.

Change-Id: I8716c56351e90bca8e7dbdf672638a45f15c655a
2019-06-12 18:57:50 +00:00
..
shipyard_client Validate existence of "deployment-version" during create configdocs 2019-05-09 08:33:52 -05:00
tests Support clearing collections of configdocs 2018-11-30 13:36:14 -06:00
README.md Fix: various documentation and URL fixes 2018-09-24 12:53:27 +02:00
requirements.txt Update dependencies to match other projects 2019-06-12 18:57:50 +00:00
setup.cfg Enable shipyard to use PBR 2018-10-25 14:23:50 +00:00
setup.py Enable shipyard to use PBR 2018-10-25 14:23:50 +00:00
test-requirements.txt Support clearing collections of configdocs 2018-11-30 13:36:14 -06:00
tox.ini Consolidate pep8/bandit zuul gating 2018-08-21 20:53:24 +00:00

README.md

Shipyard Client

A CLI for using a deployed Shipyard API.

Find more documentation for Shipyard on Read the Docs

Getting Started:

Shipyard @ Openstack Gerrit
Helm chart

See also:

Airship in a Bottle