python-rsdclient/rsdclient/osc/v1
Lin Yang d043f3be0c Add basic code structure of OSC plugin
This patch added the code of specific RSD plugin in OSC, which allow
user to issue node composition command through OSC, like
'openstack rsd compose
 --rsd-url "https://localhost:8442/redfish/v1/"
 --rsd-username "admin"
 --rsd-password "admin"
 --rsd-disable-verify
 --name "Fake-Name" '

Note: for node composition command, it only support "name" parameter
now. More functionalities will be implemented later.

Change-Id: Idaf48c8b2e5c9b370e69520578d91c8ddb30fd74
2017-08-04 09:28:23 -07:00
..
__init__.py Add basic code structure of OSC plugin 2017-08-04 09:28:23 -07:00
node.py Add basic code structure of OSC plugin 2017-08-04 09:28:23 -07:00