| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: I708ffe506e1be9a72a92edfec911e3ee70481ff1
|
| |
|
|
|
|
|
|
|
|
|
| |
At present, when a Cloud Database user creates a username, password and hostname for a database user,
he does not have the ability to modify these user attributes.
This API enables the Cloud DB user to make changes to one or more of these user attributes (username,hostname,password).
These changes are in the troveclient to enable simple command line requests
Implements: blueprint modify-userattributes
Change-Id: I0887f2d927eec8c77c0f562c9d855a370591231a
|
| |
|
|
|
|
|
|
| |
If description is not specified do not send as null
Fixes: bug 1201990
Change-Id: Idf160cb5f8862665ded47146e96af521cf438519
|
| |
|
|
|
|
|
|
| |
This bug-fix, allows wildcards to be used for user host via
providing ability to use '%' and '_'.
Change-Id: Iebec499368b83f285283a0a8a80a2a63f0831dea
Fixes: bug #1199197
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Don't require higher/different versions than
openstack/requirements. It seems those higher
requirements are not needed after all (I wasn't
able to figure out why it was added)
Change-Id: I4ea313212c0ead30e88669051f541d179eb2ecf0
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| |
| |
| | |
Instead of globally disabling pyflakes warnings,
disable only those that occur frequently and
fix the rest. Enable gating on those.
Change-Id: I774d809ebcda2339b30c104b031211a3b2c491bd
|
| |/
|
|
|
|
| |
Fixes LP Bug #1186518
Change-Id: I886504f3298d2e72834ffcc572023a779f3a6225
|
| |
|
|
|
|
| |
Implements Blueprint reddwarf-trove-rename
Change-Id: Ib2d694c7466887ca297bea4250eca17cdc06b7bf
|
| |
|
|
| |
Change-Id: I497fc21a0795b8921f989d7a00b6a73f7730cd22
|
| |
|
|
| |
Change-Id: I57d6ddf55b032542233d30ee4c876d244802a4bf
|
| |
|
|
| |
Change-Id: I5f4bb2cb3d068fec24a58b7d9b395b9cc31fa613
|
| |
|
|
| |
Change-Id: I5462f951afb85828c9add0ad9201213e959d7406
|
| |
|
|
|
|
|
|
| |
- Renaming API to match openstack
Fix bug # 1187181
Change-Id: I00d63c6fb40391de78d4a517fe9ff11e486f75a8
|
| |
|
|
|
|
|
|
| |
This is needed for ephemeral volume support.
LP bug https://bugs.launchpad.net/reddwarf/+bug/1175719
Change-Id: I389bf6afe0b29713ff7f299c26731244045c165d
|
| |
|
|
|
|
|
|
|
|
| |
Param 'size' is only needed when volume-support is enabled.
When volume-support is not enabled, ie using root partition or ephemeral,
the size is not needed.
LP bug 1175719
Change-Id: Iaf891e70fd24ad59a6a5034fd1e6fd798f0d7282
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
Get backup by ID.
Change-Id: I0a6422ab12449212d144d9fdec1a4c7b282bed85
BP: blueprints.launchpad.net/reddwarf/+spec/consistent-snapshots">https://blueprints.launchpad.net/reddwarf/+spec/consistent-snapshots
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
Change-Id: Ice5cb9a214f2f8d8e51853c4c2d0201cb14ea6ba
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Appending the default hostname broke backward
compatibility. This change reverses that change.
Now, usernames with @ in them will need to
specify their host deliberately, but that is
a small edge case compared to every single
user call being modified without the client user's
knowing.
Fixes Bug #1171559
Change-Id: I2f2e9adc252e2b1cd03b1bb0c4a53d48d5c11e53
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
implements blueprint migrate-to-host
Change-Id: If7c4b02a2616d9dfebdfab8af91dd999fd6f3156
|
| |\ \ \ \
| | |_|/
| |/| | |
|
| | | |/
| |/|
| | |
| | |
| | |
| | | |
Adding handle for error 422
Change-Id: I4c60984ec7196f346da99769f21f7372a35b3f86
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| | |
This also fixes the XML version translator to convert the strings
to integers.
implements blueprint use-plain-dict-for-quotas-show
Change-Id: I4764313a863e9c1fd0ee8fa00645b57535d47c76
|
| |\ \ |
|
| | | |
| | |
| | |
| | | |
Change-Id: I93f1132822f90e51f761db6346b5a19e2dc1a0a5
|
| |\ \ \
| |/ /
|/| |
| | | |
update"
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Quota update no longer requires to have all the resources to be passed.
Just the resources to be updated are sufficient.
This effort is needed for quota backup
Change-Id: Ied8bf699db83f2322052ac29f2271a80d64f64d5
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| | |
- Added create, list and delete backup commands
- Updated the create instance command to include optional param 'BackupRef'
- Added 'backups' subcommand to 'instance' used to list all backups for that instance.
Change-Id: Icc32e7097858708d0ed0f4c309d4c86f5cbd8aa6
BP: https://blueprints.launchpad.net/reddwarf/+spec/consistent-snapshots
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Updated TYPE_MAP for security group rules so that from_port and
to_port are correctly identified as ints for XML.
Fixed bug:1160238
Change-Id: I432c7f01fc16c476d6452a4ac4e219dbfa6d0388
|
| |\ \ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
All calls that involve calling a user by name now
also allow for the host to be specified optionally.
Similarly, all calls that respond with a user also include
the host, defaulting to '%', MySQL's shorthand for 'anywhere'.
Hosts with dots in the name are escaped to avoid a problem
with the way our routing parses URLs.
Change-Id: Idc5d514a7d862a723469ca8b49f1c51ae07f741b
|
| |\ \ \
| |_|/
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Added new secgroups command with the following options
- list
- get
- add_rule
- delete_rule
- Added corresponding calls into the REST API
Implements blueprint: security-groups
Change-Id: Ie6d4bc2ce31dc18f172e92efa46ccdeea3e0a22a
|
| |/ /
| |
| |
| |
| |
| | |
BUG# 1157282
Change-Id: I61f770f7decce8c3318585db32cadd6477e6c9cd
|
| |/
|
|
|
|
|
| |
Removed unused constants
Change-Id: I7a965a498ab4607de145359697b7d5d976aaa4ff
Fixes: bug #1154300
|
| |
|
|
|
| |
Implements: https://blueprints.launchpad.net/reddwarf/+spec/rate-limits
Change-Id: I525bbdb7e58c100a3fbd29493a06e3aee9417cc9
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Also fixes an authentication problem preventing rd-client calls
from finding their service endpoint and issuing calls.
Partially addresses bug #1132975
Change-Id: Iae2badda67793f30d957e414ee87d32853ef3d8e
|
| |/
|
|
|
|
|
|
|
| |
Added negative test case for err codes
Removed unused code and imports
Fixed comment
Implements: blueprint rate-limits
Change-Id: I527903dcd12f4028fa8ec6c17ac07eb4caf89912
|
| |
|
|
|
|
|
|
|
| |
Specifically, the service name and type values are changed to reflect
their new values in the CLI tool.
Fixed bug #1131058
Change-Id: I86530e655f0bfed09956654324f29587a7df8f2c
|
| |
|
|
| |
Change-Id: Ieda6382ea0f1cf16c304baccb1b732aef23afcfb
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
* Corresponds to change made in reddwarf-integration that changes
the service name + type in keystone.
fixes bug# 1122515
Change-Id: I28a366662bfe9816a926708fc376afdf29f00de1
|
| | |
| |
| |
| | |
Change-Id: Ib8835417f212ea217a529dd143918a48c7f1a795
|