Commit Graph

1998 Commits

Author SHA1 Message Date
Tony Breeds 2405c0e8cc Retire Packaging Deb project repos
This commit is part of a series to retire the Packaging Deb
project. Step 2 is to remove all content from the project
repos, replacing it with a README notification where to find
ongoing work, and how to recover the repo if needed at some
future point (as in
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project).

Change-Id: I399b3030cbd511b6512ff7583ec426e29ea4b6c9
2017-09-12 16:03:56 -06:00
Hangdong Zhang 52583776f3 Update external links which have moved
The developer docs seem to have moved so this updates
any references to docs.openstack.org/developer
Change-Id: Ie622b9514dfffc0bbf5ed553f38f0b736d698a64
2017-07-24 12:02:38 +00:00
OpenStack Proposal Bot 2e3ad0ff7e Updated from global requirements
Change-Id: I1bec8faaed866642da53ac23f3889cc44c6eaf3b
2017-07-22 16:39:09 +00:00
Jenkins 77c0a6811c Merge "Fix comment in services function" 2017-07-20 11:52:58 +00:00
jonnary 34a088ee5f Fix comment in services function
A generator should be a complex number.

Change-Id: I3c8f626b083ebc2ca5f9aa3bf0099e30283d0ddc
2017-07-20 02:44:27 +08:00
Jenkins 4e2157b62b Merge "Add config param for cluster object" 2017-07-19 14:22:45 +00:00
liyi 3b2c2957e2 Add config param for cluster object
Change-Id: I5d36bcba12fa4fdbcb8d4474b0e0351adfb1b304
2017-07-19 17:15:42 +08:00
Jenkins a71579f1f5 Merge "Support to node-adopt and node-adopt-preview" 2017-07-18 12:59:00 +00:00
tengqm d946438a34 Support to node-adopt and node-adopt-preview
This adds support to adopt and adopt-preview API added to Senlin
API (microversion 1.7)

Change-Id: Ic3a11a094ba36d6875953cf10da11aae563e10a4
2017-07-17 23:05:36 -04:00
OpenStack Proposal Bot dadce7b740 Updated from global requirements
Change-Id: I6358a54b79de12f9b37aff759d7587b2c8d014bb
2017-07-14 05:08:29 +00:00
liyi 4a81b26b09 Unify style of 'domain' field
The output of CLI need unify style of 'domain' filed.

Change-Id: I556db6060af4ec480f50ae253eb652b5c42eec27
Partial-Bug: #1703545
2017-07-11 22:00:10 +08:00
Kiran_totad 1213ccb00f Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid using six.iteritems to achieve
iterators. We can use dict.items instead, as it will return iterators
in PY3 as well. And dict.items/keys will more readable.
2.In py2, the performance about list should be negligible, see the
link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: If5ab2f298e887a90cd43530e3fccc0294412f5c9
2017-06-29 10:08:32 +05:30
Brian Curtin 8eebf74bfb Remove dead links about OpenStack RC file
Change-Id: Ifdd09714cf5d55c6a85b09f2103e7186b00395a1
Closes-Bug: 1700885
2017-06-28 06:57:32 -04:00
OpenStack Proposal Bot d922253958 Updated from global requirements
Change-Id: Ie558b341237a1e095d14dc275fe0569e4b6a6e78
2017-06-27 12:22:24 +00:00
Brian Curtin f759fec584 Fix title in Network Agent resource doc
This was previously causing the resource listing to call the agent docs
the network.v2.network docs.

Change-Id: I4d61840b5356cbe698ffb7d5c7c65f1808f4988f
Closes: 1697966
2017-06-14 13:05:30 -04:00
Yuanbin.Chen 7946243705 Add compute support server live migrate operation
Implements: blueprint add-compute-migrate

Change-Id: I16e40a946565a94a1ecff0ad522c7cc79bdb234e
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2017-06-14 22:26:24 +08:00
Jenkins e32910a582 Merge "Added server console output method" 2017-06-14 14:01:29 +00:00
Jenkins 4843dd52a5 Merge "Remove get_service method from compute" 2017-06-14 13:06:34 +00:00
Jenkins 3fcb1c52ff Merge "Add compute support server backup operation" 2017-06-14 12:59:51 +00:00
Yuval Shalev 8d875a4211 Added server console output method
Change-Id: I12af4d8a4bc0df3f0377b6403f3ddef760b4615d
2017-06-14 08:54:14 -04:00
Jenkins c5e7b4654b Merge "Replace assertRaisesRegexp with assertRaisesRegex" 2017-06-14 12:33:54 +00:00
Jenkins 73d1fbc61b Merge "Add cluster support receiver update operation" 2017-06-14 12:33:51 +00:00
Jenkins b8baf85242 Merge "update params about cluster filter event" 2017-06-14 12:29:32 +00:00
Jenkins cd19ad6615 Merge "Fix cluster action list filter" 2017-06-14 12:28:32 +00:00
Jenkins d78a43a209 Merge "Add compute support server migrate operation" 2017-06-14 12:28:27 +00:00
Jenkins 0727000428 Merge "Network tag support" 2017-06-14 12:27:12 +00:00
Yuanbin.Chen 6961772a4f Add compute support server backup operation
Implements: blueprint add-compute-backup

Change-Id: I8349cc5a16f39caa1d68db88b89313cf4d3ed416
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2017-06-14 08:19:02 -04:00
bhagyashris bdd048e76c Remove get_service method from compute
If a get_service method is called with a valid service id,
then it raises ResourceNotFound exception as this API is not
implemented in nova.

Removed this method and related test cases to cleanup the code.

Closes-Bug: #1697687
Change-Id: I4086f4731fc653d721fe879b718b117327460933
2017-06-14 08:15:42 -04:00
Jenkins a3b3744475 Merge "Add 'service list' resource for senlin" 2017-06-14 12:08:08 +00:00
OpenStack Proposal Bot 54334fd6f0 Updated from global requirements
Change-Id: I89f967e740452ac30bbab6abbb37987b7f936ffe
2017-06-10 21:48:52 +00:00
Jenkins c8f5194fdc Merge "Fix update_image unsupported media type" 2017-06-07 17:00:46 +00:00
dineshbhor d24bebb538 Fix update_image unsupported media type
Currently update_image returns unsupported media type because
unexpected Content-Type (application/json) being passed
to glance service.

Provided expected Content-Type and body with patch operations(op).
Used make_patch() method from jsonpatch library to create patch
for updating image.

Closes-Bug: #1455620
Change-Id: I3d77648d55b2870e40ff689b47574e68aa72d7f6
2017-06-07 19:15:40 +05:30
Jenkins 8700650af0 Merge "Remove support for py34" 2017-06-07 12:26:27 +00:00
Vu Cong Tuan a66826ee7b Remove support for py34
The gating on python 3.4 is restricted to <= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.

Change-Id: If2aba189704c310ea4fcb805589e2732a525e992
2017-06-07 10:38:31 +07:00
OpenStack Proposal Bot 07384cb8d4 Updated from global requirements
Change-Id: Ic7bb0f4928f225f47fec07385871fadc3d5f368b
2017-06-06 12:25:13 +00:00
Daniel Speichert 17d88b0828 Fix py3 compatibility (dict.iteritems()) in object_store
Change-Id: I50900ba74d8e3d1d913871f33921eb1111a1d983
Closes-Bug:#1696040
2017-06-06 00:10:13 -04:00
Vu Cong Tuan 593e15bbf3 Replace assertRaisesRegexp with assertRaisesRegex
assertRaisesRegexp was renamed to assertRaisesRegex in Py3.2
For more details, please check:
https://docs.python.org/3/library/
unittest.html#unittest.TestCase.assertRaisesRegex

Change-Id: I183178728c9a6c09a00d2a425d194308b2036997
Closes-Bug: #1436957
2017-06-03 13:13:39 +07:00
Yuanbin.Chen dc1e255dba Add cluster support receiver update operation
Implements: blueprint add-receiver-update

Change-Id: Idde34c4476e4087b4e0d22cced2847e0ee7b98b7
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2017-06-02 17:07:50 +08:00
Rodolfo Alonso Hernandez 7d85189395 Add new parameter "is_default" to Network QoS policy.
Closes-Bug: #1639220
Depends-On: If5ff2b00fa828f93aa089e275ddbd1ff542b79d4
Change-Id: Ibe7b7881cb190bfd5582f35b6de51a8bc21135de
2017-05-29 17:10:12 +00:00
Yuanbin.Chen d0e7c27cc3 Fix cluster action list filter
This patch change action 'target' filter.

Change-Id: I1a234ed9b0073c062a63127c45384d30d0bff3bd
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2017-05-24 10:09:45 +08:00
chohoor 1cfc1a61df update params about cluster filter event
This path replaced filter params about cluster filter event to api
specification name rather than db table field name. at the same time,
it not affect existing api that we use.

Change-Id: I9527c3c17ace7c49057dbc645a769a4dc3f14cb8
2017-05-23 16:46:35 +08:00
Akihiro Motoki a87fde8ea7 Network tag support
* set_tags() operation for network, subnet, port, subnetpool and router
  resource. Tag support is implemented as a mixin class
  as tag support for more resources is being planned.
* Tag operation in the network proxy class
* Tag related query parameters

Tag support in neutron follows API-WG guideline.
https://specs.openstack.org/openstack/api-wg/guidelines/tags.html

In the API, four operations are defined: replace tags, add a tag,
remove a tag, remove all tags, but we can do all operations by
using only 'replace tags'. In addition, updating attributes of
most network resources is an operation to replace an existing value
to a new one, so I believe this applies to 'tags' attribute.

Required for blueprint neutron-client-tag
Needed-By: Iad59d052f46896d27d73c22d6d4bb3df889f2352
Change-Id: Ibaea97010d152f5491bb9d71b3f9b777ea7019dc
2017-05-21 06:04:19 +00:00
Yuanbin.Chen 66e7a7faf2 Add compute support server migrate operation
Implements: blueprint add-compute-migrate

Change-Id: I429b7439d933715c10b56a2b686e401969c1602f
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2017-05-18 23:04:54 +08:00
Yuanbin.Chen 521480199c Add 'service list' resource for senlin
This proposes a 'service-list' resource for senlin clustering service.

Change-Id: Ib8da9441a99f367a83729ef6871e7ab10845d384
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2017-05-05 22:43:40 +00:00
Rui Chen bc4a0c4066 Get endpoint versions with domain scope session
Session.get_endpoint() failed when using domain scope
authentcation, that cause by missing of project id in auth,
that is regluar use case for admin to operate the resource
(user, project, role and so on) of identity service with
domain scope token. This patch fix the issue.

Change-Id: I7f1f656918f6bfc1ea7333c49b97003022184d99
Closes-Bug: #1688241
2017-05-05 14:51:26 +08:00
Jenkins 84d44a8d24 Merge "Specify alternate_id in network quota" 2017-05-04 15:01:37 +00:00
zengjianfang 3c62c90f45 Use https instead of http in cluster examples
Change-Id: I674ec63232216729e953f6f5b11403b56eeb787d
2017-05-04 12:38:22 +00:00
Akihiro Motoki 70a74337a6 Specify alternate_id in network quota
In network quota object, tenant_id is a unique key of the resource.
alternate_id must be specified in the resource definition.

Change-Id: Ia77a3711a08ee684fafcc76a8e1bb7d7f32ff1c1
Closes-Bug: #1687202
2017-05-04 06:08:09 +00:00
Jenkins 014a1cee91 Merge "functional tests: minor cleanup" 2017-05-04 01:11:45 +00:00
OpenStack Proposal Bot 223e0d035c Updated from global requirements
Change-Id: I65bc8a31c61bca161cb0825b493cb88a50fa2b47
2017-05-03 12:23:17 +00:00