summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2019-09-09 11:48:28 -0500
committerDean Troyer <dtroyer@gmail.com>2019-09-10 23:48:32 -0500
commitcb0c20b23c564dc6b260492923aef58ee66620d9 (patch)
tree89cc8e9a9b7db380d4473569293b205938ebf91a /README.rst
parentb7b124f32745eb4063ded5f2a175d559fba04dc9 (diff)
downloadpython-openstackclient-cb0c20b23c564dc6b260492923aef58ee66620d9.tar.gz
Update release table for Train and 4.0.0
Also clean up some docs and release notes. Change-Id: I73feec747ca1bd12be5e5700c9ca608ed3a8b2c2 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 2 insertions, 14 deletions
diff --git a/README.rst b/README.rst
index e1824aed..cd80079f 100644
--- a/README.rst
+++ b/README.rst
@@ -16,8 +16,8 @@ OpenStackClient
:alt: Latest Version
OpenStackClient (aka OSC) is a command-line client for OpenStack that brings
-the command set for Compute, Identity, Image, Object Store and Block Storage
-APIs together in a single shell with a uniform command structure.
+the command set for Compute, Identity, Image, Network, Object Store and Block
+Storage APIs together in a single shell with a uniform command structure.
The primary goal is to provide a unified shell command structure and a common
language to describe operations in OpenStack.
@@ -100,15 +100,3 @@ The corresponding command-line options look very similar::
If a password is not provided above (in plaintext), you will be interactively
prompted to provide one securely.
-
-Authentication may also be performed using an already-acquired token
-and a URL pointing directly to the service API that presumably was acquired
-from the Service Catalog::
-
- export OS_TOKEN=<token>
- export OS_URL=<url-to-openstack-service>
-
-The corresponding command-line options look very similar::
-
- --os-token <token>
- --os-url <url-to-openstack-service>