Fixes oswin_tempest_plugin naming

The project is oswin-tempest-plugin, not oswin_tempest_plugin.

Change-Id: I01238659210a0cd70efa7a90cd7fea068a5ca071
This commit is contained in:
Claudiu Belu 2017-07-28 04:48:45 -07:00
parent 4212a327ee
commit 377943cb0d
9 changed files with 16 additions and 16 deletions

View File

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

View File

@ -14,4 +14,4 @@ Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/oswin_tempest_plugin
https://bugs.launchpad.net/oswin-tempest-plugin

View File

@ -1,4 +1,4 @@
oswin_tempest_plugin Style Commandments
oswin-tempest-plugin Style Commandments
=======================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/

View File

@ -1,5 +1,5 @@
====================
oswin_tempest_plugin
oswin-tempest-plugin
====================
This project contains Tempest tests to cover the os_win project, as well as a plugin to automatically load these tests into Tempest.
@ -9,9 +9,9 @@ Please fill here a long description which must be at least 3 lines wrapped on
Note that this is a hard requirement.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oswin_tempest_plugin
* Source: http://git.openstack.org/cgit/openstack/oswin_tempest_plugin
* Bugs: http://bugs.launchpad.net/oswin_tempest_plugin
* Documentation: http://docs.openstack.org/developer/oswin-tempest-plugin
* Source: http://git.openstack.org/cgit/openstack/oswin-tempest-plugin
* Bugs: http://bugs.launchpad.net/oswin-tempest-plugin
Features
--------

View File

@ -37,7 +37,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'oswin_tempest_plugin'
project = u'oswin-tempest-plugin'
copyright = u'2017, Cloudbase Solutions'
# If true, '()' will be appended to :func: etc. cross-reference text.

View File

@ -1,9 +1,9 @@
.. oswin_tempest_plugin documentation master file, created by
.. oswin-tempest-plugin documentation master file, created by
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to oswin_tempest_plugin's documentation!
Welcome to oswin-tempest-plugin's documentation!
================================================
Contents:

View File

@ -4,9 +4,9 @@ Installation
At the command line::
$ pip install oswin_tempest_plugin
$ pip install oswin-tempest-plugin
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv oswin_tempest_plugin
$ pip install oswin_tempest_plugin
$ mkvirtualenv oswin-tempest-plugin
$ pip install oswin-tempest-plugin

View File

@ -2,6 +2,6 @@
Usage
========
To use oswin_tempest_plugin in a project::
To use oswin-tempest-plugin in a project::
import oswin_tempest_plugin

View File

@ -1,11 +1,11 @@
[metadata]
name = oswin_tempest_plugin
name = oswin-tempest-plugin
summary = This project contains Tempest tests to cover the os_win project, as well as a plugin to automatically load these tests into Tempest.
description-file =
README.rst
author = Cloudbase Solutions
author-email = info@cloudbasesolutions.com
home-page = https://github.com/cloudbase/oswin_tempest_plugin
home-page = https://github.com/openstack/oswin-tempest-plugin
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology