| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
These commands are admin-command that is used to obtain quota informations and updating quotas for a particular tenant.
Change-Id: I77ec538d12564b7d245fecbbc6f2698ce4b634b4
|
| |\ \ \
| |/ /
|/| | |
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| | |
Fixes bug # 1097088
Change-Id: I403b0509b608e97868160271f61706f6113ab409
|
| | |
| |
| |
| |
| | |
Change-Id: Iecb6fc13d877c1b00fb1621e150141d823cdf1fe
Implements: blueprint change-version-scheme
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| | |
fixes bug# 1083874
Change-Id: I43789923c5454cb195543d5d6b2d9ec1633bcb5a
|