diff options
author | Thierry Carrez <thierry@openstack.org> | 2018-09-21 15:32:35 +0200 |
---|---|---|
committer | Thierry Carrez <thierry@openstack.org> | 2018-09-21 15:33:14 +0200 |
commit | 7dbd7066dbbec81edc7e2661af8870b4b89a72c4 (patch) | |
tree | f1262d4eb8ca3d8cb09d202d213c219e838d8d9e | |
parent | 3063f677e75860e3f47ae80961ca476997229738 (diff) |
Fix description for openstacksdk
OpenStackSDK had a description corresponding to openstackclient
due to a copy paste error.
Change-Id: I80ad3a35877346e5e8b0e9a64079b62f797d67ad
Notes
Notes (review):
Code-Review+2: Jimmy McArthur <jimmy@tipit.net>
Workflow+1: Thierry Carrez <thierry@openstack.org>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Fri, 21 Sep 2018 13:44:56 +0000
Reviewed-on: https://review.openstack.org/604363
Project: openstack/openstack-map
Branch: refs/heads/master
-rw-r--r-- | sdks.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ tabs: | |||
38 | components: | 38 | components: |
39 | 39 | ||
40 | - name: openstacksdk | 40 | - name: openstacksdk |
41 | title: Command-line interface for all OpenStack services | 41 | title: Official Python SDK for OpenStack APIs |
42 | desc: > | 42 | desc: > |
43 | Multi-cloud aware Python SDK for the OpenStack REST API | 43 | Multi-cloud aware Python SDK for the OpenStack REST API |
44 | exposing both the full set of low-level APIs as well as | 44 | exposing both the full set of low-level APIs as well as |