Cleanup cookiecutter defaults

Some of the defaults applied by cookiecutter are not applicable to this
repository and were not cleaned up before getting committed. This patch:

 - updates the project setting so that 'git review' will work properly.
 - updates the docs conf so docs will build
 - updates the setup.cfg so that it can be installed properly

Change-Id: I47b2324202fe041d49d414f30756627123093dc9
This commit is contained in:
Colleen Murphy 2017-06-06 11:18:20 +02:00
parent 44df103ff9
commit 8b63586d82
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/openstack.git
project=openstack/keystone-tempest-plugin.git

View File

@ -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

View File

@ -1,5 +1,5 @@
[metadata]
name = openstack
name = keystone_tempest_plugin
summary = Tempest plugin keystone_tempest_plugin
description-file =
README.rst