Files
python-troveclient/releasenotes/notes/module-support-for-clusters-87b41dd7648275bf.yaml
Peter Stachowski c0d6fb0c18 Add support for modules in cluster-grow
When the module support was added, cluster-grow was missed on the
client side. This has been added.

The parsing of the --instance options was also consolidated
so that cluster-create and cluster-grow receive the same
options.

Partial Bug: #1578917
Co-Authored-By: Matt Van Dijk <mvandijk@tesora.com>

Change-Id: I9a73a8c81f31d80e13ce7030d35cd2b087defbf3
2016-06-24 21:51:00 +00:00

12 lines
411 B
YAML

---
features:
- Support was added for modules in cluster-grow and.
the CLI consolidated to look more like cluster-create.
This means that not including --instance on
cluster-grow now raises a MissingArgs exception.
Not including a required option in the --instance
argument also raises MissingArgs now (instead of the
previously raised CommandError).
Bug 15778917