From 5b034ef65325aaf1d783bb6dfd36158e181d8448 Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Thu, 12 Oct 2017 18:11:22 -0700 Subject: [PATCH] Add python-rsdclient into plugin list Intel RSD is new architecture that disaggregates compute, storage, and network resources, and provide the ability to dynamically compose resources based on workload-specific demands [1]. The python-rsdclient project provide specific RSD plugin to allow user to invoke RSD API through OpenStackClient. So Added it into existing plugin list. [1] https://www.intel.com/content/www/us/en/architecture-and-technology/rack-scale-design-overview.html Change-Id: Ic49efddfb003c89ece6d782905b27fb46402b3ab --- doc/source/cli/commands.rst | 1 + doc/source/cli/plugin-commands.rst | 6 ++++++ doc/source/contributor/plugins.rst | 1 + test-requirements.txt | 1 + 4 files changed, 9 insertions(+) diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst index f70eabc378..0c1992ad23 100644 --- a/doc/source/cli/commands.rst +++ b/doc/source/cli/commands.rst @@ -228,6 +228,7 @@ conflicts when creating new plugins. For a complete list check out * ``ptr record``: (**DNS (Designate)**) * ``queue``: (**Messaging (Zaqar)**) * ``recordset``: (**DNS (Designate)**) +* ``rsd``: (**Disaggregated Hardware Resource Management (RSD)**) * ``search`` (**Search (Searchlight)**) * ``search facet`` (**Search (Searchlight)**) * ``search resource type`` (**Search (Searchlight)**) diff --git a/doc/source/cli/plugin-commands.rst b/doc/source/cli/plugin-commands.rst index 51c67db613..6942cd09d7 100644 --- a/doc/source/cli/plugin-commands.rst +++ b/doc/source/cli/plugin-commands.rst @@ -87,6 +87,12 @@ octavia .. list-plugins:: openstack.load_balancer.v2 :detailed: +rsd +--- + +.. list-plugins:: openstack.rsd.v1 + :detailed: + sahara ------ diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst index d847bf4a96..51aec9aea4 100644 --- a/doc/source/contributor/plugins.rst +++ b/doc/source/contributor/plugins.rst @@ -36,6 +36,7 @@ The following is a list of projects that are an OpenStackClient plugin. - python-muranoclient - python-neutronclient\*\*\* - python-octaviaclient +- python-rsdclient - python-saharaclient - python-searchlightclient - python-senlinclient diff --git a/test-requirements.txt b/test-requirements.txt index f8425ba22e..b0b4585913 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -37,6 +37,7 @@ python-mistralclient>=3.1.0 # Apache-2.0 python-muranoclient>=0.8.2 # Apache-2.0 python-neutronclient>=6.3.0 # Apache-2.0 python-octaviaclient>=1.0.0 # Apache-2.0 +python-rsdclient>=0.1.0 # Apache-2.0 python-saharaclient>=1.2.0 # Apache-2.0 python-searchlightclient>=1.0.0 #Apache-2.0 python-senlinclient>=1.1.0 # Apache-2.0