diff --git a/.gitreview b/.gitreview index 698048f..164aca3 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=openstack/openstack.git +project=openstack/keystone-tempest-plugin.git diff --git a/doc/source/conf.py b/doc/source/conf.py index 189e587..77b483b 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -37,8 +37,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'openstack' -copyright = u'2016, OpenStack Foundation' +project = u'keystone-tempest-plugin' +copyright = u'2017, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True diff --git a/setup.cfg b/setup.cfg index ac61af3..721ba4e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = openstack +name = keystone_tempest_plugin summary = Tempest plugin keystone_tempest_plugin description-file = README.rst