The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.
Note that redirects will be set up as well but let's point now to the
new location.
For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html
Change-Id: I9c13afc35e0c5f129865a9c88e078ad59f4a0c6e
The replication 1.0 API os-promote-replica and os-reenable-replica
were removed[1], then remove useless code from
cinderclient.
[1]: https://review.openstack.org/#/c/275797/
Change-Id: Icf98f294c089942e11607786e932abc959f77b3b
Our cgit instance will be going away and opendev.org is the new
preferred URL for browsing our git repos. Redirects will exist for the
foreseeable future, but it's more efficient to just go directly to the
new locations.
Cinder patch : https://review.openstack.org/#/c/652774/
Change-Id: I355982de70c214bd4929c061507076c98b8ad8d2
Update the URL in the document library, and use https instead of http
due to openstack document migration.
Change-Id: I991dff678ce613b0a50e3d0c9ab5ecd8cdf3e272
--profile argument can be loaded from OS_PROFILE environment variables
to avoid repeating --profile in client commands.
Co-Authored-By: Hieu LE <hieulq@vn.fujitsu.com>
Change-Id: Ia9b469024395327ec0ee082ddaea3234fc3ca5a6
Update URLs according to OpenStack document migration
BTW: Do some optimization as well (http -> https)
Change-Id: I9239e2012442f3e459a21f50afd380c8f58a6a98
Use https instead of http to ensure the safety without containing our
account/password information
Change-Id: I40d748c6044cc10eadd24eedc2d1753aa0323caf
The latest python-cinderclient version is 2.0.1, but the content of
project README file is out-of-date. So update README.rst to remain
consistent with python-cinderclient. The changes are as follows:
1. Update OS_AUTH_URL to use Keystone url.
2. Modify OS_VOLUME_API_VERSION to 3(Since API V2 is offical deprecated).
3. Update "cinder help" output.
4. Update python api usage.
Change-Id: Id81eb1c6b0723667bb725b6dabbe7a886a6c7f03
We're hosting on git.openstack.org, github is just a mirror. Update
description in README.rst for this.
Change-Id: I813d0da52490f4de4c8586c48fc9d09fd52f3b5a
The OpenStack documentation team now has a CLI Reference, link to that
instead of the User Guide. The User Guide location is also broken due to
reorganization of that guide.
Change-Id: I45d00c06a8fe5929256260c1d56181db9ca2df48
Add more information in README.rst
Add information link list as follow:
* PyPi - package installation
* Online Documentation
* Blueprints - feature specifications
* Bugs - issue tracking
* Source
* Specs
* How to Contribute
Change-Id: I818b6df38e73adf5963191dfff731110bcdb773a
The README file needs to have links to the project documentation and bug
tracker in a parsable format in order for some of the release tools
scripts to work (particularly the one that prints the release note
email).
Change-Id: I37e0acc5ed8e1af565359290fa622456901c735e
A minor commit.
Credit to Jeremy Stanley for findind out this in other projects.
The developer documentation changed. It is now at infra manual, so now
the CONTRIBUTING.md was updated accordingly.
Fixed some other things, like a line break which was not needed
(80 char limit), the help text, and updated URL for jacobian
Change-Id: I3b7cce90f72349a986a5b055fa59e53c089ba308
A short option for --debug is a convenience.
This commit adds the -d short option as a shortcut for --debug
Glance already provides -d.
Change-Id: Iefae6cee566f9c7d7375e89c3f8603f149e555ef
Closes-Bug: #1421210
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.
Change-Id: I58e362f5a94e2c47a103d6901464df38110d6383
1) --version in README should be --os-volume-api-version
2) CINDER_URL should be OS_AUTH_URL
Change-Id: I409634f3025463f2ae9419ddd0d99fa50554a04d
Closes-Bug: 1251385
Update prior to push 1.0.7 to PyPi.
Includes changes/updates to doc/source/index and
adds link to README.rst
Change-Id: I666f3e6004885db7a688abdac88fa1154d83f8c9
Updated README.rst and shell.rst to match changes
in the cinder command and novaclient README.rst.
Change-Id: Ifaa53d5c06e6d7d8e3d4d858672717954303bea7
Fixes: bug #1074125
This changes every command-line option with a '_' in its name
and changes them to '-'. The old option names are maintained
for backward compatibility but are no longer in the help text.
BP command-options
Change-Id: If926bb3b8fa85d628aea197496cf976f71bcdd08