Commit Graph

1789 Commits

Author SHA1 Message Date
OpenDev Sysadmins e1f07a4075 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:47:47 +00:00
Jenkins ccb3ad9839 Merge "Add docs for the workflow service" 2017-01-24 18:27:50 +00:00
Brian Curtin 6854e05a5f Add docs for the workflow service
Initial docs for workflow. Doesn't include a user guide as I don't know
how to use it.

Change-Id: I7fa19fbb4cd6684782b8fc7a424d871a8b5d93ad
2017-01-24 12:43:37 -05:00
Jenkins 3a21854bf1 Merge "Initial docs for bare-metal service" 2017-01-24 17:39:03 +00:00
tengqm 54e405552a Initial docs for bare-metal service
Change-Id: Ie7304ef5272869060d520c23181f19de81da5006
2017-01-24 11:53:27 -05:00
Jenkins 499bf2e3c2 Merge "Add workflow service (mistral)" 2017-01-24 16:45:12 +00:00
Jenkins 955ee31e82 Merge "Base for workflow service (mistral)" 2017-01-24 16:44:47 +00:00
Jenkins 9e77386c29 Merge "Add project ID in QuotaDefault requests" 2017-01-24 15:53:30 +00:00
Jenkins 1476f3b2af Merge "Fix Setting Quotas in Neutron" 2017-01-24 15:52:36 +00:00
Jenkins 14dd2a4d1c Merge "Fix error messages are not displayed correctly" 2017-01-24 15:51:09 +00:00
Jenkins 4d778658f7 Merge "Updated from global requirements" 2017-01-24 15:49:53 +00:00
Dinesh Bhor 85719a7194 Fix error messages are not displayed correctly
Error messages are not displayed correctly for segment create
and host create commands. 'response' object has the actual error
message returned from service in 'text' attribute.

This patch saves the exception message returned from the service
to 'details' attribute so that it can be displayed properly to the
user.

Closes-Bug: #1656826
Change-Id: I6d728abbcc5e914b5bd025bc4e059cdcb13e2109
2017-01-23 12:32:54 +05:30
Reedip 6d185df498 Add project ID in QuotaDefault requests
Currently QuotaDefault doesnt need ID to work with,
but it needs the URI to have the project ID so that it
can reference the same in the Neutron API.
This patch fixes this issue.

Partial-Bug:#1652317
Change-Id: I9288b1c9fc64c6326231d535d9c8574b24afeb3a
2017-01-23 06:01:56 +00:00
Reedip 0a7483ed95 Fix Setting Quotas in Neutron
Currently Quota Set command doenst work in SDK version 0.9.12
as the request formed for the Neutron API is not correct.
This patch attempts to fix the same.

Change-Id: Id58b05bcdbfee73cb9b93dd5533b4c7d93dd03aa
Partial-Bug:#1652317
Closes-Bug:#1655445
2017-01-23 00:56:58 -05:00
OpenStack Proposal Bot 12b226d28e Updated from global requirements
Change-Id: Ib91389116639398a53d74851f3828719de9b98aa
2017-01-21 15:57:01 +00:00
Ankur Gupta e681725fb8 Modified DHCP/Network Resource
As per comments on https://review.openstack.org/#/c/385728/19
Not building body dict in proxy.

Change-Id: I13c7afb7c5ad8d448a679b6b63b4f91b613f4962
2017-01-20 15:31:35 -05:00
Ankur Gupta 96f025afce Network L3 Router Commands
SDK implementation of L3 Agent commands which
would allow for list, add, remove of routers
to L3 Agents.

Partially Implements: blueprint network-l3-commands

Change-Id: Iab11cfae17153a64f09590b6577c3c800dec0266
2017-01-18 17:23:39 -06:00
Shashank Kumar Shankar 991b9ebb20 Corrections in DHCP Agent Resource listing.
In patch [1] DHCP Agent resource was introduced. But while implementing
the respective OpenStack clients [2], it was seen that the agent and network
listing classes needs to swapped for correct output at the OpenStack client
side. This patch fixes the issue.

[1] - https://review.openstack.org/#/c/387602/
[2] - https://review.openstack.org/#/c/387611/

Change-Id: I5abe69859081615aa3b02ac6fb37beaaac5ff634
2017-01-17 22:47:23 +00:00
OpenStack Proposal Bot 8b7e0492bc Updated from global requirements
Change-Id: Iff51fa5488115fc51c42bade6008228a3b4df06f
2017-01-16 17:28:13 +00:00
lixinhui 5c95942a21 Add workflow service (mistral)
This patch targets to support mistral service by SDK.

Depends-On: I1b6754673b21a92aad1e8f0e10283859987108f6

Change-Id: Ie925f62b9e66091c3612a959d5ff281071dfefc4
2017-01-15 19:56:18 +08:00
Jenkins 969661095d Merge "Add support_status to policy type and profile type" 2017-01-10 01:55:03 +00:00
tengqm a8651eba21 Add support_status to policy type and profile type
This patch adds the 'support_status' field to profile type and policy
type for the cluster service.

Depends-On: I2f84d5292e7625affe060e8e4e20d821cde7e417
Change-Id: I4d4626d0f01852e5eafa90d63ab2ea56113a1989
2017-01-08 23:59:04 -05:00
Jenkins 3d9e113bc6 Merge "Add filter "user_id" for cluster receiver list" 2017-01-06 02:56:21 +00:00
Jenkins 25969628ce Merge "Add missing query parameters to compute v2 Server" 2017-01-04 15:46:58 +00:00
Brian Curtin a775bf29e5 Add missing query parameters to compute v2 Server
Several query parameters have been added or were previously
undocumented, so they are now up-to-date.

Change-Id: I98b734bd4f8c981eca2c4bc1e9f5d08a3a06f5a6
2017-01-04 09:54:31 -05:00
Yuval Shalev aa6aeac21a Add support for Role resource in Identity v3
This change adds the Role resource to Identity v3 and exposes the CRUD
methods in the proxy. It also adds a small example to the documentation.

Change-Id: I064c27fcd1d15bfd064c63b8c50bc2461b8c1156
2017-01-04 09:31:16 -05:00
miaohb 667f40336c Add filter "user_id" for cluster receiver list
This patch adds "user_id" to cluster receiver's query map,
so that user can get the required result when doing cluster
receiver list.

Change-Id: Ia33a0df2909ba93a66ac61f3b729671933aae9fa
Partial-Bug: #1653613
2017-01-03 15:48:44 +08:00
Jenkins 16520438c3 Merge "Enable bare-metal service" 2016-12-28 14:52:39 +00:00
Jenkins c628208e9c Merge "Support for node replace in cluster service" 2016-12-28 02:31:01 +00:00
jonnary 8352cf066d Add user_id in resource class Action/Node
This patch supports user_id in resource classs Action/Node.

Ohter patches will follow up in senlinclient.

Change-Id: I080d0e565c2fc194dc1e48b03f8d35834fabbe0b
2016-12-24 14:53:22 +08:00
tengqm 43f680ae6f Enable bare-metal service
Change-Id: I8595d751af40c87c1afbfd0857d41ff4b3c005ff
2016-12-18 22:06:53 -05:00
tengqm 7e3d664854 Proxy module for bare-metal service
Depends-On: I81c35238ac5ac75a63c292c91dcbeb3a16e56db8
Depends-On: I93657edfcdd33549601f7587cb4fae259d31499e
Depends-On: I60962f4f9f5fbf6d7579b1cb4808cdd84549378c
Depends-On: I8aa493e300287941a2925f5d7228ee65e7e8cbc0
Depends-On: I26da9d910809d2ffd1c541d91284caf5b86e9560

Change-Id: I7f46ce41d19082c6592fd67bbf4ecf246168d71b
2016-12-18 22:05:39 -05:00
tengqm e5e3f374e9 Base for workflow service (mistral)
Change-Id: I1b6754673b21a92aad1e8f0e10283859987108f6
2016-12-17 08:06:23 -05:00
Jenkins 0f83addd55 Merge "Port resource for bare-metal service" 2016-12-16 13:51:25 +00:00
Jenkins 795eb01a70 Merge "PortGroup resource for bare-metal service" 2016-12-16 13:50:16 +00:00
Jenkins 2a9f7feb56 Merge "Node resource for bare-metal service" 2016-12-16 13:49:46 +00:00
tengqm cc5c610e2a Port resource for bare-metal service
Change-Id: I93657edfcdd33549601f7587cb4fae259d31499e
2016-12-15 21:09:55 -05:00
tengqm 36c92d0a6c PortGroup resource for bare-metal service
Change-Id: I60962f4f9f5fbf6d7579b1cb4808cdd84549378c
2016-12-15 21:07:15 -05:00
Jenkins d8b2295aeb Merge "Chassis resource for bare-metal service" 2016-12-16 01:51:43 +00:00
Jenkins ca4261538f Merge "Driver resource for bare-metal service" 2016-12-16 01:51:03 +00:00
OpenStack Proposal Bot c27396d4a9 Updated from global requirements
Change-Id: I375d8da9dabff7ae93c441d63c2ba4fb691e4913
2016-12-15 09:10:58 +00:00
jonnary 44796b2daa Add user_id in resource class Policy
This patch supports user_id in resource classs Policy.

Change-Id: If088bf2e606b6bd74e520ff11b9ad2e1d97f5773
Partial-Bug: #1650120
2016-12-15 13:28:06 +08:00
tengqm 183051a515 Node resource for bare-metal service
This adds Node resource for baremetal (ironic) service.

Change-Id: I8aa493e300287941a2925f5d7228ee65e7e8cbc0
2016-12-14 20:54:26 -05:00
tengqm eb5d6484aa Chassis resource for bare-metal service
Change-Id: I81c35238ac5ac75a63c292c91dcbeb3a16e56db8
2016-12-14 10:00:07 -05:00
tengqm acb94cfbf4 Driver resource for bare-metal service
This adds the Driver resource to the bare-metal (ironic) service.

Change-Id: I26da9d910809d2ffd1c541d91284caf5b86e9560
2016-12-14 05:15:49 -05:00
miaohb cb0fc78117 Support for node replace in cluster service
This patch adds support for "cluster members replace" in cluster service:
1\ add cluster_replace_nodes in _proxy.py
2\ add replace_nodes in cluster.py
3\ add related unit tests

partial-blueprint: support-cluster-replace-action
https://blueprints.launchpad.net/senlin/+spec/support-cluster-replace-action

Change-Id: I57bb835ae9ca31317b2ddd37958ddbdf64df20df
2016-12-14 10:28:17 +08:00
tengqm 28922b3c28 Rebase network proxy to proxy2
Change-Id: Id0b11cd98c332582cec3017a1237ad54cbcc41ac
2016-12-12 22:18:05 -05:00
tengqm 076ec4adc8 Rebase network resources to resource2 (4)
Change-Id: I9e224849ebcc438652d4a6b96b795b91c5375ec2
2016-12-10 09:28:20 -05:00
tengqm 20b6040890 Rebase network resources to resource2 (3)
Change-Id: I56fbc0ca3307a9c2e246a2b56a53f4b112f9ba26
2016-12-10 09:18:26 -05:00
Jenkins 00526ee1a7 Merge "Rebase network resources onto resource2 (2)" 2016-12-10 00:59:12 +00:00