summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndrey Pavlov <apavlov@mirantis.com>2015-10-20 18:08:02 +0300
committerAndrey Pavlov <apavlov@mirantis.com>2015-10-27 13:20:10 +0300
commit9e7e640582cc59c69ab775cd83435cde530215c9 (patch)
tree23fe4db5955e788c8e608c780f2228bd507afcfc /setup.cfg
parent3939691bb4df53f6cfe66435537153e931e67426 (diff)
downloadpython-saharaclient-9e7e640582cc59c69ab775cd83435cde530215c9.tar.gz
Adding Jobs support to CLI
Adding Jobs commands to Sahara OpenstackClient plugin: $ dataprocessing job execute $ dataprocessing job list $ dataprocessing job show $ dataprocessing job update $ dataprocessing job delete Partially implements: blueprint cli-as-openstackclient-plugin Change-Id: I00cdd80740a0052d4e562276f8225378c7e8de55
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2862ad1..a9ac163 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -82,6 +82,12 @@ openstack.data_processing.v1 =
dataprocessing_job_type_list = saharaclient.osc.v1.job_types:ListJobTypes
dataprocessing_job_type_configs_get = saharaclient.osc.v1.job_types:GetJobTypeConfigs
+ dataprocessing_job_execute = saharaclient.osc.v1.jobs:ExecuteJob
+ dataprocessing_job_list = saharaclient.osc.v1.jobs:ListJobs
+ dataprocessing_job_show = saharaclient.osc.v1.jobs:ShowJob
+ dataprocessing_job_update = saharaclient.osc.v1.jobs:UpdateJob
+ dataprocessing_job_delete = saharaclient.osc.v1.jobs:DeleteJob
+
[build_sphinx]
all_files = 1
build-dir = doc/build