From cb0c20b23c564dc6b260492923aef58ee66620d9 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Mon, 9 Sep 2019 11:48:28 -0500 Subject: 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 --- README.rst | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'README.rst') 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= - export OS_URL= - -The corresponding command-line options look very similar:: - - --os-token - --os-url -- cgit v1.2.1