summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg57
1 files changed, 57 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index afe081f..562f3af 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -105,5 +105,62 @@ openstack.data_processing.v2 =
dataprocessing_node_group_template_import = saharaclient.osc.v2.node_group_templates:ImportNodeGroupTemplate
dataprocessing_node_group_template_export = saharaclient.osc.v2.node_group_templates:ExportNodeGroupTemplate
+ dataprocessing_plugin_list = saharaclient.osc.v2.plugins:ListPlugins
+ dataprocessing_plugin_show = saharaclient.osc.v2.plugins:ShowPlugin
+ dataprocessing_plugin_configs_get = saharaclient.osc.v2.plugins:GetPluginConfigs
+ dataprocessing_plugin_update = saharaclient.osc.v2.plugins:UpdatePlugin
+
+ dataprocessing_data_source_create = saharaclient.osc.v2.data_sources:CreateDataSource
+ dataprocessing_data_source_list = saharaclient.osc.v2.data_sources:ListDataSources
+ dataprocessing_data_source_show = saharaclient.osc.v2.data_sources:ShowDataSource
+ dataprocessing_data_source_delete = saharaclient.osc.v2.data_sources:DeleteDataSource
+ dataprocessing_data_source_update = saharaclient.osc.v2.data_sources:UpdateDataSource
+
+ dataprocessing_image_list = saharaclient.osc.v2.images:ListImages
+ dataprocessing_image_show = saharaclient.osc.v2.images:ShowImage
+ dataprocessing_image_register = saharaclient.osc.v2.images:RegisterImage
+ dataprocessing_image_unregister = saharaclient.osc.v2.images:UnregisterImage
+ dataprocessing_image_tags_add = saharaclient.osc.v2.images:AddImageTags
+ dataprocessing_image_tags_remove = saharaclient.osc.v2.images:RemoveImageTags
+ dataprocessing_image_tags_set = saharaclient.osc.v2.images:SetImageTags
+
+ dataprocessing_cluster_template_create = saharaclient.osc.v2.cluster_templates:CreateClusterTemplate
+ dataprocessing_cluster_template_list = saharaclient.osc.v2.cluster_templates:ListClusterTemplates
+ dataprocessing_cluster_template_show = saharaclient.osc.v2.cluster_templates:ShowClusterTemplate
+ dataprocessing_cluster_template_update = saharaclient.osc.v2.cluster_templates:UpdateClusterTemplate
+ dataprocessing_cluster_template_delete = saharaclient.osc.v2.cluster_templates:DeleteClusterTemplate
+ dataprocessing_cluster_template_import = saharaclient.osc.v2.cluster_templates:ImportClusterTemplate
+ dataprocessing_cluster_template_export = saharaclient.osc.v2.cluster_templates:ExportClusterTemplate
+
+ dataprocessing_cluster_create = saharaclient.osc.v2.clusters:CreateCluster
+ dataprocessing_cluster_list = saharaclient.osc.v2.clusters:ListClusters
+ dataprocessing_cluster_show = saharaclient.osc.v2.clusters:ShowCluster
+ dataprocessing_cluster_update = saharaclient.osc.v2.clusters:UpdateCluster
+ dataprocessing_cluster_delete = saharaclient.osc.v2.clusters:DeleteCluster
+ dataprocessing_cluster_scale = saharaclient.osc.v2.clusters:ScaleCluster
+ dataprocessing_cluster_verification = saharaclient.osc.v2.clusters:VerificationUpdateCluster
+
+ dataprocessing_job_template_create = saharaclient.osc.v2.job_templates:CreateJobTemplate
+ dataprocessing_job_template_list = saharaclient.osc.v2.job_templates:ListJobTemplates
+ dataprocessing_job_template_show = saharaclient.osc.v2.job_templates:ShowJobTemplate
+ dataprocessing_job_template_update = saharaclient.osc.v2.job_templates:UpdateJobTemplate
+ dataprocessing_job_template_delete = saharaclient.osc.v2.job_templates:DeleteJobTemplate
+
+ dataprocessing_job_type_list = saharaclient.osc.v2.job_types:ListJobTypes
+ dataprocessing_job_type_configs_get = saharaclient.osc.v2.job_types:GetJobTypeConfigs
+
+ dataprocessing_job_execute = saharaclient.osc.v2.jobs:ExecuteJob
+ dataprocessing_job_list = saharaclient.osc.v2.jobs:ListJobs
+ dataprocessing_job_show = saharaclient.osc.v2.jobs:ShowJob
+ dataprocessing_job_update = saharaclient.osc.v2.jobs:UpdateJob
+ dataprocessing_job_delete = saharaclient.osc.v2.jobs:DeleteJob
+
+ dataprocessing_job_binary_create = saharaclient.osc.v2.job_binaries:CreateJobBinary
+ dataprocessing_job_binary_list = saharaclient.osc.v2.job_binaries:ListJobBinaries
+ dataprocessing_job_binary_show = saharaclient.osc.v2.job_binaries:ShowJobBinary
+ dataprocessing_job_binary_update = saharaclient.osc.v2.job_binaries:UpdateJobBinary
+ dataprocessing_job_binary_delete = saharaclient.osc.v2.job_binaries:DeleteJobBinary
+ dataprocessing_job_binary_download = saharaclient.osc.v2.job_binaries:DownloadJobBinary
+
[wheel]
universal = 1