Rename python-openstacksdk to openstacksdk

Depends-On: https://review.openstack.org/554662
Change-Id: Ib47b9e8afa4c2e105347e39bd18791b8cb6a7eda
This commit is contained in:
Monty Taylor 2018-03-23 08:30:46 -05:00
parent 6b3f9b75f5
commit 00641ad75f
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
4 changed files with 9 additions and 10 deletions

View File

@ -38,10 +38,9 @@ a client to always invoke the most recent version of APIs from the server.
.. warning:: The ``latest`` value is mostly meant for integration testing and
would be dangerous to rely on in client code since Senlin microversions are
not following semver and therefore backward compatibility is not guaranteed.
Clients, like python-senlinclient or python-openstacksdk,
python-openstackclient should always require a specific microversion but
limit what is acceptable to the version range that it understands at the
time.
Clients, like python-senlinclient or openstacksdk, python-openstackclient
should always require a specific microversion but limit what is acceptable
to the version range that it understands at the time.
When to Bump the Microversion
@ -348,10 +347,10 @@ start working on the changes in the following order:
more changes rather than one single change, the update of
``_MAX_API_VERSION`` needs to be done only once if this is the case.
9. Commit patches to the ``python-openstacksdk`` project so that new API
9. Commit patches to the ``openstacksdk`` project so that new API
changes are accessible from client side.
10. Wait for the new release of ``python-openstacksdk`` project that includes
10. Wait for the new release of ``openstacksdk`` project that includes
the new changes and then propose changes to ``python-senlinclient``
project.

View File

@ -39,8 +39,8 @@ the authentication and the authorization process are:
- The Senlin client (i.e. the `python-senlinclient` package) which accepts
user credentials provided through environment variables and/or the command
line arguments and forwards them to the OpenStack SDK (i.e. the
`python-openstacksdk` package) when making service requests to Senlin API.
- The OpenStack SDK (`python-openstacksdk`) is used by Senlin engine to
`openstacksdk` package) when making service requests to Senlin API.
- The OpenStack SDK (`openstacksdk`) is used by Senlin engine to
interact with any other OpenStack services. The Senlin client also uses the
SDK to talk to the Senlin API. The SDK package translates the user-provided
credentials into a token by invoking the Keystone service.

View File

@ -343,7 +343,7 @@ None
Developer impact
----------------
The python-openstacksdk requires modification to add the new 'complete
The openstacksdk requires modification to add the new 'complete
lifecycle' API endpoint.

View File

@ -258,7 +258,7 @@ Discuss things that will affect other developers, such as:
* If the blueprint proposes a change to the driver API, discussion of how
other drivers would implement the feature is required.
* Does this change have an impact on python-openstacksdk?
* Does this change have an impact on openstacksdk?
Implementation