42 Commits

Author SHA1 Message Date
jacky06
21efbe41cf Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ifdc21541715cc03b0f6eac5a27a7ee3009d53046
Closes-Bug: #1826197
2019-04-24 19:16:55 +08:00
wu.chunyang
ac03532e29 Add release note link in README
Change-Id: I5b9b9c31d58f0e5411d03d9f27991c97f3ad3980
2018-06-28 09:38:47 +00:00
Chen
ba7f1217ac Remove PyPI downloads
According to official site,
https://packaging.python.org/guides/analyzing-pypi-package-downloads/
PyPI package download statistics is no longer maintained and thus
should be removed.

Change-Id: Ib43759f6e7edc55f13a2466a7c6098cca883df39
2018-06-07 22:38:41 +08:00
Tovin Seven
20a2f2ffdc Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I5d7b250d0281883b91e80c83fd0af352b8846b43
2018-04-20 17:20:18 +07:00
melissaml
7c778ae843 Update links in README
Change the outdated links to the latest links in README

Change-Id: I19a9ece589e8412bf1dc31742c22ae8ae31acc79
2018-03-11 03:06:39 +08:00
melissaml
956ec88d0a Update URLs in documents according to document migration
Change-Id: Ie0a8594f2dd0554a07111207899e6134affc998e
2017-07-14 09:56:01 +08:00
Eric Brown
689729fa35 Use https for *.openstack.org references
The openstack.org pages now support https and our references to
the site should by default be one signed by the organization.

Change-Id: Ia6cdaf7fabd1c355df002aa07b0695610dde9cd1
2017-02-05 20:46:32 -08:00
Flavio Percoco
660e02f259 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/9ccb4a8d24c50452d5c816c357a4c220

Change-Id: I79ea8e8aafe99d729b7ee64899b6e7342afc40ee
2016-11-25 16:40:00 +01:00
Joao Paulo Targino
97e100d87e Update README to comply with Identity V3
Updated the README instructions to use Identity V3 parameters
and removed the reference to the deprecated 2.0 as an auth endpoint.

Change-Id: Ia2bb8934277f6386b8c44ce51931b10d937e6bdf
2016-06-28 20:08:34 +00:00
Tin Lam
841389810f Updated example in README
Update the usage example in the README to a working one shown in [1].

[1] http://paste.openstack.org/show/494514/

Change-Id: Iab2693d82cc2bfeda7cb7634fc5bdeae34cdbb46
Closes-Bug: #1571833
2016-04-19 20:25:55 -05:00
Steve Martinelli
ed0bed088c Add shields.io version/downloads links/badges into README.rst
add shield stats for version and downloads so users can see it
on pypi.

Change-Id: I3ba570ae02288de282283e96af32515939499f2a
2015-09-25 00:13:51 -04:00
Steve Martinelli
ef0f2677c2 Remove keystoneclient CLI references in README
The content of this file determines what it shown in pypi, which
many end users see. Highlighting our soon to be deprecated CLI
as a feature for python-keystoneclient seems illogical.

Change-Id: Ia756353f0c58fac245be2e2daaa63ca7831478d1
2015-06-29 00:12:44 +00:00
Steve Martinelli
20db11f8bd Update README.rst and remove ancient reference
There's no need to give a shout out to a project that is going on
6 years old and has been deprecated.

Also provide more valuable links, such as where we track bugs, our
source code, and docs.

Change-Id: I9ea5ca83366f9dc0b2732c5db017257a1250fc05
2015-06-29 00:12:11 +00:00
Jenkins
8bb0439528 Merge "Workflow documentation is now in infra-manual" 2015-02-10 02:52:12 +00:00
Brant Knudson
de307a5e29 Remove 404 link to novaclient in README
The README had a link to
https://github.com/rackspace/python-novaclient, but this link is
404 now.

Change-Id: I538d65d2329ca1b4546e542513b7dbc536e6297f
2015-02-08 10:17:37 -06:00
Jeremy Stanley
93626a0a64 Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I5b4f7bc5268132b129fc56c919af00d7f9600c9f
2015-02-05 17:56:32 +00:00
Dolph Mathews
553ab6c744 use embedded URLs for hyperlinks in the README
This switches all hyperlinks to embedded links, from a much more fragile
indirect & anonymous approach (which happens to be completely broken
on Github).

Change-Id: I92700068c7d65b50c76ce6931bff3ebab4844a49
Closes-Bug: 1335968
2014-07-21 15:28:17 -05:00
Alan Pevec
ae36809fde help text improvements
from comments in Ibbc7fab2033d8f037262b465b98d1713579adfc2

v2: synced to the README
manpage will be updated in https://review.openstack.org/#/c/20976

Change-Id: I33006a4b935b9272fd99775936a17b3cfd08e294
2013-03-08 12:31:12 +01:00
Alan Pevec
1d3e5a9072 sync README with "keystone help"
There are few new options and --no-cache was renamed to --os-cache in
commit d734821c99aade7cd4285a5fd51736c475707dcd

Change-Id: Ibbc7fab2033d8f037262b465b98d1713579adfc2
2013-02-11 01:45:59 +01:00
Dolph Mathews
bb6e227c76 Fix incomplete sentence in help
`keystone help` only pulls a one line summary from docstrings, so this
summary needed to be condensed.

Change-Id: I9b08c6a8153101b1cc338955078d0d3b6a0aa02e
2013-02-06 18:09:05 +00:00
Dean Troyer
51dc6a0cef Use requests module for HTTP/HTTPS
* Implement correct certificate verification
* Add requests to tools/pip-requires
* Fix OS_CACERT env var help text
* Add info to README
* Rework tests to use requests

Pinned requests module to < 1.0 as 1.0.2 is now current in pipi
as of 17Dec2012.

Change-Id: I120d2c12d6f20ebe2fd7182ec8988cc73f623b80
2012-12-18 15:30:43 -06:00
Ladquin
4f829b1631 Misspelling error in README.rst
Replaced instances of "EC2-compatibile" with "EC2-compatible".

Fixes: bug # 1088654
Changes to be committed:
	modified:   README.rst

Change-Id: Ic8df5bcabfb6b98377e722607fe3c8cf1cbe8310
2012-12-10 19:22:45 -03:00
Dolph Mathews
957b9b1dcf Update README and CLI help
- Provide more verbose help for config options
- Suppress deprecated options from help
- Updated options & docs in README file

Change-Id: Ic0dc2575a15f2cff513c5013266e8f8112e167a2
2012-11-14 14:26:27 -06:00
Joe Heck
f1cc3cfc42 removing repeat attempt at authorization in client
blueprint solidify-python-api

* extended and updated documentation strings
* updated README.rst with latest options
* made debug a pass-through value, optionally set on client (instead of
  just being pulled from environment variable)
* adding AccessInfo object and associated tests
  (access.AccessInfo meant to be a cacheable object external to client
  and ultimately to replace service_catalog and it's existing functionality)
* extending authtoken to support lists of endpoints
* maintaining a single entity for client.management_url with first from
  list of possible endpoints
* create project_name and project_id synonyms to match tenant_name and
  tenant_id
* replacing authenticate call to a pure method, not overloading the
  resource/manager path that confuses base URL concepts.
* throw AuthorizationFailure if client attempts to access keystone
  resources before it has a management url
* special case listing tenant using auth_url for unscoped tokens authorized
  through client
* special case listing tokens.authenticate for Dashboard to allow unscoped
  tokens to hand back parity information to dashboard

Change-Id: I4bb3a1b6a5ce2c4b3fbcebeb59116286cac8b2e3
2012-11-09 00:02:41 +00:00
Dolph Mathews
5f38eb736c Replace refs to 'Keystone API' with 'Identity API'
Formally, OpenStack Keystone implements the OpenStack Identity API, and
this is a client to the API, not to Keystone itself.

Change-Id: If568866221a29ba041f0f2cd56dc81deeb9ebc00
2012-10-24 07:21:47 -05:00
Alan Pevec
3b4b7c37fb Replace obsolete option in README
commit 1fa29109c2194102b4c79fa7fd7328843af6998e missed this instance
because it was missed in the previous parameter rename, in its long
interesting naming history:
--os-version renamed to --version renamed to -identity_api_version
renamed to --os_identity_api_version renamed to
--os-identity-api-version

Change-Id: I7cb3bb30f9071d5071d424c37f94b032ca93bb2c
2012-07-06 00:39:24 +02:00
Dean Troyer
1fa29109c2 Change CLI options to use dashes
Change documented options to use dashes instead of underscores
in option names.  Continue to support old underscore names for
backward compatibility for a release or two (TBD).

Blueprint: command-options

Change-Id: Ied0d325a9fdd32f80bf8c993887e1975aa6adf16
2012-06-28 15:59:27 -05:00
Jenkins
e9ba370434 Merge "Split user-role-list from user-list" 2012-05-03 18:15:46 +00:00
Peng Yong
49582d0b38 fix parameter name error in exapmle
Change-Id: I7e20a82b1cb6a5608043625d4e869a67949af8e7
2012-04-01 13:49:57 +08:00
Dolph Mathews
5c269ba6b3 Split user-role-list from user-list
Change-Id: Id39e178c0ec068afbf5cae2d5bba3cf2238d608e
2012-03-14 20:22:31 -05:00
Dean Troyer
9dc4e6a8e1 Change CLIAuth arg names
Change the argument names used for common Keystone authentication per the
updated http://wiki.openstack.org/CLIAuth:

--auth_url -> --os_auth_url
--password -> --os_password
--username -> --os_username
--tenant_id -> os_tenant_id
--tenant_name -> os_tenant_name
--region -> os_region_name

All old args are depricated but available for backward compatibility.

Fixes bug 954532

Change-Id: I26f8e0cf491549f5836c4079ff86e4823c0ef9a7
2012-03-14 12:51:17 -05:00
Jenkins
81116e4441 Merge "Help output tweaks, Vol I" 2012-02-24 23:10:15 +00:00
jakedahn
2a1c94a753 Improve usability of CLI.
* Fixes bug #936422
  * Fixes bug #932223
  * Depends on bcwaldon's review: https://review.openstack.org/#change,4305
  * This review proposes making changes outlined in this spreadsheet:
    https://docs.google.com/spreadsheet/ccc?key=0Ak6TA47h_6fwdGZwRE5WWEJBdEhnckpMTG5RcWFjY3c#gid=0
    This cleans up the CLI, normalizing commands and arguments, correcting
    optional and required arguments and flags.
  * included https://review.openstack.org/4270 here per Brian's request

  Note that some commands have changed names to conform to noun-verb form:
  user-update-password  ->  user-password-update
  add-user-role  ->  user-role-add
  remove-user-role  ->  user-role-remove
  ec2-create-credentials  ->  ec2-credentials-create
  ec2-list-credentials  ->  ec2-credentials-list
  ec2-delete-credentials  ->  ec2-credentials-delete
  token  ->  token-get

Change-Id: I8128fa105a1b8002199211f9e475b1a7a6229b8c
2012-02-23 16:28:38 -06:00
Dean Troyer
a395835ebc Help output tweaks, Vol I
Fixes bug 936399 and bug 936424

* Refer to 'Identiy API' rather than 'Keystone API'
* 'keystone help' and 'keystone --help' now produce the same output,
  the list of sub-commands
* updates README

Change-Id: I179149807a0aa66947e4ac17ad2839a653a55888
2012-02-22 15:35:15 -06:00
Brian Waldon
c4093ec56e Move --version to --identity_api_version
* Default to OS_IDENTITY_API_VERSION before KEYSTONE_VERSION
* Copy in 'env' function from python-novaclient hat supports multiple env var names
* Fixes bug 936162

Change-Id: I3b4013408465ea45788517cb31afb7fc652e6e95
2012-02-21 15:39:54 -08:00
Jesse Andrews
11a49bbe7d use full name for args in readme 2011-12-19 10:03:08 -08:00
Jesse Andrews
70f83389a9 typo in comments 2011-12-17 22:50:49 -08:00
Jesse Andrews
a8001d3e6c more work on standardization of cliauth 2011-12-17 22:36:59 -08:00
Jesse Andrews
cfbebeeae0 initial pass to cliauth blueprint 2011-12-17 22:07:13 -08:00
Gabriel Hurley
6cd7a43024 Updated the docs a little bit. 2011-10-31 15:59:25 -07:00
Gabriel Hurley
d7995ebb1b Fixed a typo... "API" should've been "CLI". Thanks termie. ;-) 2011-10-27 13:23:20 -07:00
Gabriel Hurley
17f6b83ee6 Initial commit. 2011-10-25 16:50:08 -07:00