change the dist name to 'openstack-congress'

We are updating all Python projects to publish artifacts to PyPI. The name
"congress" is already taken there by another project, and they have not
responded to our request to claim the name. We therefore need to change
the dist name used to package congress. We have some other projects
publishing using an "openstack-" prefix, so I propose using the name
"openstack-congress". This will not change the imports or anything else
about how the code works, just how it is packaged.

Change-Id: I076a4025c40e71845e62fe1747cb7c33a477ea16
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-10-05 13:54:42 -04:00
parent b839ab565e
commit 874ff3823f
4 changed files with 4 additions and 4 deletions

View File

@ -19,4 +19,4 @@ import pbr.version
gettext.install('congress')
__version__ = pbr.version.VersionInfo(
'congress').version_string()
'openstack-congress').version_string()

View File

@ -526,7 +526,7 @@ class DseNode(object):
@classmethod
def load_custom_drivers(cls):
cdist = pkg_resources.get_distribution('congress')
cdist = pkg_resources.get_distribution('openstack-congress')
ext_list = []
for driver in cfg.CONF.custom_driver_endpoints:
try:

View File

@ -18,4 +18,4 @@ from __future__ import absolute_import
import pbr.version
version_info = pbr.version.VersionInfo('congress')
version_info = pbr.version.VersionInfo('openstack-congress')

View File

@ -1,5 +1,5 @@
[metadata]
name = congress
name = openstack-congress
summary = Congress: The open policy framework for the cloud.
description-file =
README.rst