diff options
author | Peter Stachowski <peter@tesora.com> | 2016-03-15 00:58:06 +0000 |
---|---|---|
committer | Peter Stachowski <peter@tesora.com> | 2016-03-15 01:01:23 +0000 |
commit | 8f7ecf68b943c83a58fd7300eff832ff176fe547 (patch) | |
tree | bd69e611436f1620a2ae2f57474d1db05383a77f /README.rst | |
parent | 457360c69f651aea92769c9e543492d770b84595 (diff) | |
download | python-troveclient-8f7ecf68b943c83a58fd7300eff832ff176fe547.tar.gz |
Update README.rst with lastest usage
With the Mitaka troveclient release imminent, it makes sense to have
the usage that appears on the pypi page up-to-date.
Change-Id: I05870807e51be669ae61b5526af4325c385c04da
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -117,6 +117,8 @@ You'll find complete documentation on the shell by running cluster-grow Adds more instances to a cluster. cluster-instances Lists all instances of a cluster. cluster-list Lists all the clusters. + cluster-modules Lists all modules for each instance of a + cluster. cluster-show Shows details of a cluster. cluster-shrink Drops instances from a cluster. configuration-attach Attaches a configuration group to an @@ -174,6 +176,20 @@ You'll find complete documentation on the shell by running metadata-show Shows metadata entry for key <key> and instance <id>. metadata-update Updates metadata, this is destructive. + module-apply Apply modules to an instance. + module-create Create a module. + module-delete Delete a module. + module-instances Lists the instances that have a particular + module applied. + module-list Lists the modules available. + module-list-instance Lists the modules that have been applied to + an instance. + module-query Query the status of the modules on an + instance. + module-remove Remove a module from an instance. + module-retrieve Retrieve module contents from an instance. + module-show Shows details of a module. + module-update Update a module. promote-to-replica-source Promotes a replica to be the new replica source of its set. resize-instance Resizes an instance with a new flavor. @@ -217,7 +233,7 @@ You'll find complete documentation on the shell by running env[TROVE_DATABASE_SERVICE_NAME]. --endpoint-type <endpoint-type> Defaults to env[TROVE_ENDPOINT_TYPE] or - publicURL. + env[OS_ENDPOINT_TYPE] or publicURL. --os-database-api-version <database-api-ver> Accepts 1, defaults to env[OS_DATABASE_API_VERSION]. |