diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-15 23:52:10 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-15 23:52:10 +0000 |
commit | 9cd3a99e6be0a696836bcb4cafc91abed997e31f (patch) | |
tree | b168a42d921dbe36e76df8cb464edbc9afa196e5 /api-ref | |
parent | ff2c1e0b9f9e2ca24ec76bb5e8ec36c227d7b31d (diff) | |
parent | fab422136b4b98eec4d95baf4ff182f20f0a3459 (diff) | |
download | trove-9cd3a99e6be0a696836bcb4cafc91abed997e31f.tar.gz |
Merge "Remove unused parameters"
Diffstat (limited to 'api-ref')
-rwxr-xr-x | api-ref/source/parameters.yaml | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 96f06265..13be71a8 100755 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -75,20 +75,6 @@ configuration: in: body required: true type: string -configuration_1: - description: | - ID of the configuration group to attach to the - instance. - in: body - required: false - type: string -configuration_2: - description: | - To detach a configuration group, set the - configuration parameter to null. - in: body - required: true - type: string created: description: | The date and time when the resource was created. @@ -120,13 +106,6 @@ datastore: in: body required: true type: string -datastore_1: - description: | - Name of the datastore to use when creating the - instance. - in: body - required: false - type: string datastore_version: description: | Name of the datastore version to use when @@ -168,33 +147,6 @@ name: in: body required: true type: string -name_1: - description: | - A database name. You cannot use the - ``lost+found``, ``information_schema``, or ``mysql`` database name - to create a database because these names are reserved for system - databases. Valid characters in a database name are - Upper and - lower case letters. - Numbers. - ``@``, ``?``, ``#``, and spaces - except at the beginning or end of the database name. - ``_`` is - allowed anywhere in the database name. You cannot use these - characters in a database name. The maximum length of a database - name is 64 characters. - in: body - required: false - type: string -name_2: - description: | - The user name for the database on instance - creation. - in: body - required: false - type: string -name_3: - description: | - New name of the configuration group. - in: body - required: true - type: string password: description: | The password for those users on instance @@ -215,12 +167,6 @@ replica_of: in: body required: false type: string -replica_of_1: - description: | - To detach a replica, set ``replica_of`` to null. - in: body - required: true - type: string size: description: | The volume size, in gigabytes (GB). A valid value @@ -276,11 +222,3 @@ values: in: body required: true type: string -values_1: - description: | - Dictionary that lists configuration parameter - names and associated values. - in: body - required: true - type: object - |