summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Merge "Quota commands for listing and updating quotas"Jenkins2013-02-163-0/+79
|\ \
| * | Quota commands for listing and updating quotasSteve Leon2013-02-153-0/+79
| | | | | | | | | | | | | | | | | | These commands are admin-command that is used to obtain quota informations and updating quotas for a particular tenant. Change-Id: I77ec538d12564b7d245fecbbc6f2698ce4b634b4
* | | Merge "Require flavor on instance-create call in the CLI."Jenkins2013-02-151-4/+2
|\ \ \ | |/ / |/| |
| * | Require flavor on instance-create call in the CLI.Ed Cranford2013-02-121-4/+2
| |/ | | | | | | | | | | | | | | | | Instead of defaulting to flavor 1, the create-instance call will now require that a flavorid is included with --flavor= on the command-line. Implements blueprint no-default-flavor Change-Id: I1de05bf4268d617b255e0be2fd2c999d49952c49
* | Merge "Use _pretty_list instead of _pretty_print"Jenkins2013-02-131-1/+1
|\ \
| * | Use _pretty_list instead of _pretty_printdaniel-a-nguyen2013-02-101-1/+1
| |/ | | | | | | | | | | Fixes bug # 1097088 Change-Id: I403b0509b608e97868160271f61706f6113ab409
* | Changed version to 0.1.0.Tim Simpson2013-02-131-1/+1
| | | | | | | | | | Change-Id: Iecb6fc13d877c1b00fb1621e150141d823cdf1fe Implements: blueprint change-version-scheme
* | Merge "Fix source code URL + Author"Jenkins2013-02-131-2/+2
|\ \
| * | Fix source code URL + AuthorVipul Sabhaya2013-02-111-2/+2
| |/ | | | | | | | | | | fixes bug# 1083874 Change-Id: I43789923c5454cb195543d5d6b2d9ec1633bcb5a