summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Sync with global requirements0.1.4Monty Taylor2013-08-053-6/+6
| | | | Change-Id: I708ffe506e1be9a72a92edfec911e3ee70481ff1
* API for Modify User Attributes - username, host, passwordRiddhi Shah2013-07-253-0/+56
| | | | | | | | | | | 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
* Fix Description param for Backupsjustin-hopper2013-07-172-7/+10
| | | | | | | | If description is not specified do not send as null Fixes: bug 1201990 Change-Id: Idf160cb5f8862665ded47146e96af521cf438519
* Wildcards in User HostRiddhi Shah2013-07-091-2/+4
| | | | | | | | This bug-fix, allows wildcards to be used for user host via providing ability to use '%' and '_'. Change-Id: Iebec499368b83f285283a0a8a80a2a63f0831dea Fixes: bug #1199197
* Merge "Sync requirements with openstack/requirements"Jenkins2013-07-082-6/+4
|\
| * Sync requirements with openstack/requirementsDirk Mueller2013-06-292-6/+4
| | | | | | | | | | | | | | | | | | 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
* | Merge "Start using pyflakes"Jenkins2013-07-0818-56/+18
|\ \
| * | Start using pyflakesDirk Mueller2013-06-2618-56/+18
| |/ | | | | | | | | | | | | | | Instead of globally disabling pyflakes warnings, disable only those that occur frequently and fix the rest. Enable gating on those. Change-Id: I774d809ebcda2339b30c104b031211a3b2c491bd
* | Add License, AUTHORS and ChangeLog to packageDirk Mueller2013-06-262-0/+182
|/ | | | | | Fixes LP Bug #1186518 Change-Id: I886504f3298d2e72834ffcc572023a779f3a6225
* Rename from reddwarf to trove.0.1.3Michael Basnight2013-06-2144-195/+193
| | | | | | Implements Blueprint reddwarf-trove-rename Change-Id: Ib2d694c7466887ca297bea4250eca17cdc06b7bf
* Migrate to testr.Michael Basnight2013-06-1816-7/+14
| | | | Change-Id: I497fc21a0795b8921f989d7a00b6a73f7730cd22
* Move to flake8/hacking.Monty Taylor2013-06-173-4/+17
| | | | Change-Id: I57d6ddf55b032542233d30ee4c876d244802a4bf
* Update to pbr/d2to1.Monty Taylor2013-06-179-132/+69
| | | | Change-Id: I5f4bb2cb3d068fec24a58b7d9b395b9cc31fa613
* Renamed reddwarfclient repo to troveclient.Monty Taylor2013-06-142-5/+5
| | | | Change-Id: I5462f951afb85828c9add0ad9201213e959d7406
* Renaming security group URL APISteve Leon2013-06-032-8/+9
| | | | | | | | - Renaming API to match openstack Fix bug # 1187181 Change-Id: I00d63c6fb40391de78d4a517fe9ff11e486f75a8
* Making the 'volume' param optionalSteve Leon2013-05-101-3/+4
| | | | | | | | This is needed for ephemeral volume support. LP bug https://bugs.launchpad.net/reddwarf/+bug/1175719 Change-Id: I389bf6afe0b29713ff7f299c26731244045c165d
* Making param 'size' optional for non-volume support.Steve Leon2013-05-061-2/+4
| | | | | | | | | | 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
* Merge "Adding GET API to backup"Jenkins2013-04-302-0/+14
|\
| * Adding GET API to backupSteve Leon2013-04-292-0/+14
| | | | | | | | | | | | | | Get backup by ID. Change-Id: I0a6422ab12449212d144d9fdec1a4c7b282bed85 BP: blueprints.launchpad.net/reddwarf/+spec/consistent-snapshots">https://blueprints.launchpad.net/reddwarf/+spec/consistent-snapshots
* | Merge "Renaming backup_id param"Jenkins2013-04-242-5/+8
|\ \ | |/
| * Renaming backup_id paramSteve Leon2013-04-222-5/+8
| | | | | | | | Change-Id: Ice5cb9a214f2f8d8e51853c4c2d0201cb14ea6ba
* | Merge "Stop appending default host if none is provided."Jenkins2013-04-222-4/+2
|\ \
| * | Stop appending default host if none is provided.Ed Cranford2013-04-222-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "adding the mgmt migrate to specific host api call"Jenkins2013-04-113-3/+14
|\ \ \
| * | | adding the mgmt migrate to specific host api callCraig Vyvial2013-03-213-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | implements blueprint migrate-to-host Change-Id: If7c4b02a2616d9dfebdfab8af91dd999fd6f3156
* | | | Merge "Adding backup resource to quota command"Jenkins2013-04-112-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Adding backup resource to quota commandSteve Leon2013-04-102-2/+3
| | |/ | |/| | | | | | | | | | | | | Adding handle for error 422 Change-Id: I4c60984ec7196f346da99769f21f7372a35b3f86
* | | Use a plain dict for Quotas.show method.Tim Simpson2013-04-102-15/+21
|/ / | | | | | | | | | | | | | | | | This also fixes the XML version translator to convert the strings to integers. implements blueprint use-plain-dict-for-quotas-show Change-Id: I4764313a863e9c1fd0ee8fa00645b57535d47c76
* | Merge "Renaming backupRef to backupId"Jenkins2013-04-041-3/+3
|\ \
| * | Renaming backupRef to backupIdSteve Leon2013-04-021-3/+3
| | | | | | | | | | | | Change-Id: I93f1132822f90e51f761db6346b5a19e2dc1a0a5
* | | Merge "Enhancing the quota feature to remove the hard requirements for quota ↵Jenkins2013-04-032-10/+9
|\ \ \ | |/ / |/| | | | | update"
| * | Enhancing the quota feature to remove the hard requirements for quota updateSteve Leon2013-04-032-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Adding client commands for Backup featureSteve Leon2013-04-015-5/+112
|/ / | | | | | | | | | | | | | | | | - 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
* | Merge "Updated TYPE_MAP for security group rules"Jenkins2013-03-261-0/+4
|\ \
| * | Updated TYPE_MAP for security group rulesNikhil Manchanda2013-03-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Adds optional host parameter to users."Jenkins2013-03-264-26/+72
|\ \ \ | |/ / |/| |
| * | Adds optional host parameter to users.Ed Cranford2013-03-254-26/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Client Side Changes for Security Groups Support."Jenkins2013-03-215-1/+262
|\ \ \ | |_|/ |/| |
| * | Client Side Changes for Security Groups Support.Nikhil Manchanda2013-03-145-1/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | update dictionary with a comma (minor)Craig Vyvial2013-03-191-1/+1
|/ / | | | | | | | | | | BUG# 1157282 Change-Id: I61f770f7decce8c3318585db32cadd6477e6c9cd
* | Refactored client code and test to consume XMLdaniel-a-nguyen2013-03-124-67/+56
|/ | | | | | | Removed unused constants Change-Id: I7a965a498ab4607de145359697b7d5d976aaa4ff Fixes: bug #1154300
* Add absolute limits to api call for rd clidaniel-a-nguyen2013-03-063-39/+59
| | | | | Implements: https://blueprints.launchpad.net/reddwarf/+spec/rate-limits Change-Id: I525bbdb7e58c100a3fbd29493a06e3aee9417cc9
* Merge "Fixes data type bug in get-user call"0.1.2.alpha1Jenkins2013-03-063-5/+3
|\
| * Fixes data type bug in get-user callEd Cranford2013-03-043-5/+3
| | | | | | | | | | | | | | | | | | Also fixes an authentication problem preventing rd-client calls from finding their service endpoint and issuing calls. Partially addresses bug #1132975 Change-Id: Iae2badda67793f30d957e414ee87d32853ef3d8e
* | Create limits api calldaniel-a-nguyen2013-03-044-0/+133
|/ | | | | | | | | Added negative test case for err codes Removed unused code and imports Fixed comment Implements: blueprint rate-limits Change-Id: I527903dcd12f4028fa8ec6c17ac07eb4caf89912
* Updating Dbaas initializer default arguments.0.1.2.test0.1.2.alphatest0.1.2.alpha00.1.2.alpha.1Tim Simpson2013-02-211-1/+1
| | | | | | | | | Specifically, the service name and type values are changed to reflect their new values in the CLI tool. Fixed bug #1131058 Change-Id: I86530e655f0bfed09956654324f29587a7df8f2c
* Bumping version number.Tim Simpson2013-02-191-1/+1
| | | | Change-Id: Ieda6382ea0f1cf16c304baccb1b732aef23afcfb
* Merge "Change defaults for Service name + type"Jenkins2013-02-192-4/+4
|\
| * Change defaults for Service name + typeVipul Sabhaya2013-02-152-4/+4
| | | | | | | | | | | | | | | | | | * Corresponds to change made in reddwarf-integration that changes the service name + type in keystone. fixes bug# 1122515 Change-Id: I28a366662bfe9816a926708fc376afdf29f00de1
* | Bumping version to 0.1.1.Tim Simpson2013-02-151-1/+1
| | | | | | | | Change-Id: Ib8835417f212ea217a529dd143918a48c7f1a795