Commit Graph

4 Commits

Author SHA1 Message Date
Nate Johnston 1388136246 Retire the python-congressclient project
Recently the TC has worked on determining the criteria for when an
OpenStack project should be retired.  When there was not a PTL nominee
for the Congress project, that triggered the TC to review the project
health per [1], and the TC has determined [2] that development work on
the project has ceased.  This decision was announced in the
openstack-discuss mailing list in April 2020 [3].

This commit retires the repository per the process for governance
removal in the Victoria cycle as specified in the Mandatory Repository
Retirement resolution [4] and detailed in the infra manual [5].

Should interest in developing Congress as part of OpenStack revive,
please revert this commit to have the project rejoin the list of active
projects.

The community wishes to express our thanks and appreciation to all of
those who have contributed to the Congress project over the years.

[1] https://governance.openstack.org/tc/reference/dropping-projects.html
[2] http://eavesdrop.openstack.org/irclogs/%23openstack-tc/latest.log.html#t2020-04-20T15:36:59
[3] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014292.html
[4] https://governance.openstack.org/tc/resolutions/20190711-mandatory-repository-retirement.html
[5] https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#retiring-a-project

Change-Id: Ib13d3325a5497064d037b007e9823609f836988d
2020-05-28 12:13:08 -04:00
Steve Martinelli e12a973645 no longer use oslo-incubator code
As part of the first community-wide goal [1], teams were asked
to remove the openstack/common package of their projects
if one existed. This was a byproduct of the old oslo-incubator
form of syncing common functionality.

- Most of the apiclient package was not actually used in code,
  only the exceptions were. So remove most of it.
- Copy the exceptions from apiclient to an existing top level
  location.
- Create an i18n module to remove the gettextutils dependency,
  this creates a new requirement - oslo.i18n.
- Remove a test (test_base) since it was testing the
  functionality of apiclient.base, which was not used in
  congressclient.
- General cleanup to other openstack/common references

[1] http://governance.openstack.org/goals/ocata/remove-incubated-oslo-code.html

Change-Id: I2f7f5d2d43e6a5c2e4dfe35266951efb4293093d
2016-11-11 00:47:23 -05:00
Monty Taylor 726dba5269 Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: I341479ab96811575fd136cce1573fe4c2fff887d
2015-09-21 14:44:25 +00:00
Aaron Rosen ee2c50130d create python-congressclient project with cookiecutter
Change-Id: Ib3ac0a6bb7692995116a1a2cfa6c3e1a4b637a2e
2014-07-02 13:24:29 -07:00