Update python-openstacksdk references to openstacksdk

Now that the repo is renamed, update all of the references.
While we're at it, remote unused translation config.

Change-Id: Ib9f80eb809317483f83f79952470c2b57b2bb7c6
This commit is contained in:
Monty Taylor 2018-03-23 08:10:10 -05:00
parent 1796d25a51
commit f44ed7ab35
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
28 changed files with 51 additions and 65 deletions

View File

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

View File

@ -1,10 +1,10 @@
.. _contributing:
===================================
Contributing to python-openstacksdk
===================================
============================
Contributing to openstacksdk
============================
If you're interested in contributing to the python-openstacksdk project,
If you're interested in contributing to the openstacksdk project,
the following will help get you started.
Contributor License Agreement
@ -13,7 +13,7 @@ Contributor License Agreement
.. index::
single: license; agreement
In order to contribute to the python-openstacksdk project, you need to have
In order to contribute to the openstacksdk project, you need to have
signed OpenStack's contributor's agreement.
Please read `DeveloperWorkflow`_ before sending your first patch for review.
@ -30,7 +30,7 @@ Project Hosting Details
-----------------------
Project Documentation
https://docs.openstack.org/python-openstacksdk/latest/
https://docs.openstack.org/openstacksdk/latest/
Bug tracker
https://bugs.launchpad.net/python-openstacksdk
@ -39,7 +39,7 @@ Mailing list (prefix subjects with ``[sdk]`` for faster responses)
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
Code Hosting
https://git.openstack.org/cgit/openstack/python-openstacksdk
https://git.openstack.org/cgit/openstack/openstacksdk
Code Review
https://review.openstack.org/#/q/status:open+project:openstack/python-openstacksdk,n,z
https://review.openstack.org/#/q/status:open+project:openstack/openstacksdk,n,z

View File

@ -156,8 +156,8 @@ Links
=====
* `Issue Tracker <https://storyboard.openstack.org/#!/project/760>`_
* `Code Review <https://review.openstack.org/#/q/status:open+project:openstack/python-openstacksdk,n,z>`_
* `Code Review <https://review.openstack.org/#/q/status:open+project:openstack/openstacksdk,n,z>`_
* `Documentation <https://developer.openstack.org/sdks/python/openstacksdk/>`_
* `PyPI <https://pypi.python.org/pypi/python-openstacksdk/>`_
* `PyPI <https://pypi.python.org/pypi/openstacksdk/>`_
* `Mailing list <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>`_
* `Bugs <https://bugs.launchpad.net/python-openstacksdk>`_

View File

@ -52,7 +52,7 @@ shade integration
-----------------
* Invent some terminology that is clear and makes sense to distinguish between
the object interface that came originally from python-openstacksdk and the
the object interface that came originally from openstacksdk and the
interface that came from shade.
* Shift the shade interface methods to use the Object Interface for their
operations. It's possible there may be cases where the REST layer needs to

View File

@ -31,7 +31,7 @@ extensions = [
]
# openstackdocstheme options
repository_name = 'openstack/python-openstacksdk'
repository_name = 'openstack/openstacksdk'
bug_project = '760'
bug_tag = ''
html_last_updated_fmt = '%Y-%m-%d %H:%M'
@ -56,7 +56,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'python-openstacksdk'
project = u'openstacksdk'
copyright = u'2017, Various members of the OpenStack Foundation'
# A few variables have to be set for the log-a-bug feature.

View File

@ -36,9 +36,9 @@ as occasional talk about SDKs created for languages outside of Python.
Email
*****
The `openstack-dev <mailto:openstack-dev@openstack.org?subject=[python-openstacksdk]%20Question%20about%20the%20python-openstacksdk>`_
The `openstack-dev <mailto:openstack-dev@openstack.org?subject=[sdk]%20Question%20about%20openstacksdk>`_
mailing list fields questions of all types on OpenStack. Using the
``[python-openstacksdk]`` filter to begin your email subject will ensure
``[sdk]`` filter to begin your email subject will ensure
that the message gets to SDK developers.
Coding Standards

View File

@ -89,13 +89,13 @@ Getting the Source Code
review systems that we use.
The canonical Git repository is hosted on openstack.org at
http://git.openstack.org/cgit/openstack/python-openstacksdk/, with a
mirror on GitHub at https://github.com/openstack/python-openstacksdk.
http://git.openstack.org/cgit/openstack/openstacksdk/, with a
mirror on GitHub at https://github.com/openstack/openstacksdk.
Because of how Git works, you can create a local clone from either of those,
or your own personal fork.::
(sdk3)$ git clone https://git.openstack.org/openstack/python-openstacksdk.git
(sdk3)$ cd python-openstacksdk
(sdk3)$ git clone https://git.openstack.org/openstack/openstacksdk.git
(sdk3)$ cd openstacksdk
Installing Dependencies
-----------------------

View File

@ -49,7 +49,7 @@ DevStack
There are many ways to run and configure DevStack. The link above will show
you how to run DevStack a number of ways. You'll need to choose a method
you're familiar with and can run in your environment. Wherever DevStack is
running, we need to make sure that python-openstacksdk contributors are
running, we need to make sure that openstacksdk contributors are
using the same configuration.
This is the ``local.conf`` file we use to configure DevStack.

View File

@ -4,9 +4,9 @@ Installation
At the command line::
$ pip install python-openstacksdk
$ pip install openstacksdk
Or, if you have virtualenv wrapper installed::
$ mkvirtualenv python-openstacksdk
$ pip install python-openstacksdk
$ mkvirtualenv openstacksdk
$ pip install openstacksdk

View File

@ -2,5 +2,5 @@
Release Notes
=============
Release notes for `python-openstacksdk` can be found at
Release notes for `openstacksdk` can be found at
https://releases.openstack.org/teams/openstacksdk.html

View File

@ -44,4 +44,4 @@ To get a action based on its name or ID:
.. literalinclude:: ../../examples/clustering/action.py
:pyobject: get_action
.. _manage action: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/clustering/action.py
.. _manage action: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/clustering/action.py

View File

@ -189,5 +189,5 @@ To restore a specified cluster, members in the cluster will be checked.
:pyobject: recover_cluster
.. _manage cluster: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/clustering/cluster.py
.. _manage cluster: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/clustering/cluster.py

View File

@ -44,4 +44,4 @@ To get a event based on its name or ID:
.. literalinclude:: ../../examples/clustering/event.py
:pyobject: get_event
.. _manage event: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/clustering/event.py
.. _manage event: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/clustering/event.py

View File

@ -117,4 +117,4 @@ To restore a specified node.
.. literalinclude:: ../../examples/clustering/node.py
:pyobject: recover_node
.. _manage node: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/clustering/node.py
.. _manage node: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/clustering/node.py

View File

@ -99,4 +99,4 @@ still in use, you will get an error message.
:pyobject: delete_policy
.. _manage policy: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/clustering/policy.py
.. _manage policy: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/clustering/policy.py

View File

@ -42,4 +42,4 @@ it.
Full example: `manage policy type`_
.. _manage policy type: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/clustering/policy_type.py
.. _manage policy type: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/clustering/policy_type.py

View File

@ -102,4 +102,4 @@ still in use, you will get an error message.
:pyobject: delete_profile
.. _manage profile: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/clustering/profile.py
.. _manage profile: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/clustering/profile.py

View File

@ -41,4 +41,4 @@ To get the details about a profile type, you need to provide the name of it.
Full example: `manage profile type`_
.. _manage profile type: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/clustering/profile_type.py
.. _manage profile type: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/clustering/profile_type.py

View File

@ -97,4 +97,4 @@ use, you will get an error message.
:pyobject: delete_receiver
.. _manage receiver: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/clustering/receiver.py
.. _manage receiver: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/clustering/receiver.py

View File

@ -83,7 +83,7 @@ for it to become active.
Full example: `compute resource create`_
.. _compute resource list: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/compute/list.py
.. _network resource list: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/network/list.py
.. _compute resource create: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/compute/create.py
.. _compute resource list: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/compute/list.py
.. _network resource list: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/network/list.py
.. _compute resource create: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/compute/create.py
.. _publickey cryptography: https://en.wikipedia.org/wiki/Public-key_cryptography

View File

@ -18,7 +18,7 @@ To create a :class:`~openstack.connection.Connection` instance, use the
.. literalinclude:: ../examples/connect.py
:pyobject: create_connection
Full example at `connect.py <http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/connect.py>`_
Full example at `connect.py <http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/connect.py>`_
.. note:: To enable logging, see the :doc:`logging` user guide.

View File

@ -108,4 +108,4 @@ sub-regions with a region to make a tree-like structured hierarchy.
Full example: `identity resource list`_
.. _identity resource list: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/identity/list.py
.. _identity resource list: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/identity/list.py

View File

@ -75,7 +75,7 @@ Delete an image.
Full example: `image resource delete`_
.. _image resource create: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/image/create.py
.. _image resource delete: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/image/delete.py
.. _image resource list: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/image/list.py
.. _image resource download: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/image/download.py
.. _image resource create: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/image/create.py
.. _image resource delete: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/image/delete.py
.. _image resource list: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/image/list.py
.. _image resource download: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/image/download.py

View File

@ -136,7 +136,7 @@ Delete a project network and its subnets.
Full example: `network resource delete`_
.. _network resource create: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/network/create.py
.. _network resource delete: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/network/delete.py
.. _network resource list: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/network/list.py
.. _network security group create: http://git.openstack.org/cgit/openstack/python-openstacksdk/tree/examples/network/security_group_rules.py
.. _network resource create: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/network/create.py
.. _network resource delete: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/network/delete.py
.. _network resource list: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/network/list.py
.. _network security group create: http://git.openstack.org/cgit/openstack/openstacksdk/tree/examples/network/security_group_rules.py

View File

@ -2,7 +2,7 @@ Transition from Profile
=======================
.. note:: This section describes migrating code from a previous interface of
python-openstacksdk and can be ignored by people writing new code.
openstacksdk and can be ignored by people writing new code.
If you have code that currently uses the :class:`~openstack.profile.Profile`
object and/or an ``authenticator`` instance from an object based on
@ -41,7 +41,7 @@ Replacing authenticator
-----------------------
There is no direct replacement for ``openstack.auth.base.BaseAuthPlugin``.
``python-openstacksdk`` uses the `keystoneauth`_ library for authentication
``openstacksdk`` uses the `keystoneauth`_ library for authentication
and HTTP interactions. `keystoneauth`_ has `auth plugins`_ that can be used
to control how authentication is done. The ``auth_type`` config parameter
can be set to choose the correct authentication method to be used.

View File

@ -14,7 +14,7 @@
# TODO(shade) Rework for Zuul v3
export OPENSTACKSDK_DIR="$BASE/new/python-openstacksdk"
export OPENSTACKSDK_DIR="$BASE/new/openstacksdk"
cd $OPENSTACKSDK_DIR
sudo chown -R jenkins:stack $OPENSTACKSDK_DIR

View File

@ -43,7 +43,7 @@ extensions = [
]
# openstackdocstheme options
repository_name = 'openstack/python-openstacksdk'
repository_name = 'openstack/openstacksdk'
bug_project = '760'
bug_tag = ''
html_last_updated_fmt = '%Y-%m-%d %H:%M'

View File

@ -36,19 +36,5 @@ warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = openstack/locale
domain = python-openstacksdk
[update_catalog]
domain = python-openstacksdk
output_dir = openstack/locale
input_file = openstack/locale/python-openstacksdk.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = openstack/locale/python-openstacksdk.pot
[wheel]
universal = 1