Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

2.80. openstack dataprocessing data source update

usage: openstack dataprocessing data source update [-h]
                                                   [-f {json,shell,table,value,yaml}]
                                                   [-c COLUMN]
                                                   [--max-width <integer>]
                                                   [--noindent]
                                                   [--prefix PREFIX]
                                                   [--name <name>]
                                                   [--type <type>]
                                                   [--url <url>]
                                                   [--username <username>]
                                                   [--password <password>]
                                                   [--description <description>]
                                                   [--public | --private]
                                                   [--protected | --unprotected]
                                                   <data-source>
Update data source

Positional arguments

<data-source>


        Name or id of the data source

Optional arguments

-h, --help


        show this help message and exit

--name <name>


        New name of the data source

--type <type>


        Type of the data source (swift, hdfs, maprfs, manila)

--url <url>


        Url for the data source

--username <username>


      Username for accessing the data source url

--password <password>


      Password for accessing the data source url

--description <description>


      Description of the data source

--public


        Make the data source public (Visible from other
      tenants)

--private


        Make the data source private (Visible only from this
      tenant)

--protected


        Make the data source protected

--unprotected


        Make the data source unprotected