688 Commits

Author SHA1 Message Date
ZhongShengping
5a6838f7cd Remove idle_timeout option
The idle_timeout parameter has been deprecated for two releases.
We can remove it.

Change-Id: I4c764f182145bf651ce31f6b500cb5039094d91e
2020-03-23 14:45:48 +08:00
Ghanshyam Mann
6184602d86 [ussuri][goal] Cleanup for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle.

puppet-* repos have to cleanup the requirement and tox
for py2.7 drop.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I3de301a819cbc9db637ae05073820b8d013a563d
2020-02-15 19:14:07 -06:00
ZhongShengping
8f13ef6761 Prepare Ussuri M2
Update the version metadata for Ussuri milestone M2

Change-Id: I4fbd86dc23367bb06029087e2db507103734142b
16.1.0
2020-02-13 14:21:29 +08:00
Tobias Urdin
b82400f95c Remove identity_uri from README
This was deprecated and removed in previous
commits and doesn't exist.

Was replaced in favor of
heat::keystone::authtoken::auth_url.

Change-Id: I13305b1104d65ee4f152f3d43378ea687d51a72d
2020-01-28 14:33:39 +01:00
Emilien Macchi
9fce8d211e Add vhost_custom_fragment option to wsgi/apache_api
Change-Id: I7da55899b9108daced7adb8f82bdb58fcf97aa09
2020-01-23 10:44:53 -05:00
Zuul
01e6e6681b Merge "Make heat config client_retry_limit configurable" 2019-12-11 08:00:01 +00:00
ZhongShengping
580ae13cb5 Fix stdlib version in metadata
puppetlabs-stdlib is now using the 6.1.0 version, so we should fix the
stdlib version in metadata.

Change-Id: I4b113bbbcc1b6168dc8f19cdf52e18ced337a987
2019-12-11 11:53:03 +08:00
ZhongShengping
3024129a80 Prepare Ussuri M1
Update the version metadata for Ussuri milestone M1

Change-Id: Ib70e230c964ecb720d06d8f550f6a308f6b05f7b
16.0.0
2019-12-10 14:24:48 +08:00
Rabi Mishra
876a4bddfe Make heat config client_retry_limit configurable
This adds a new parameter to configure client_retry_limit config
to a value higher than the default.

Change-Id: Ibd3999a394c8827efa7a6034e69e55858d2e44ed
2019-12-09 18:09:56 +05:30
Tobias Urdin
5f6411c3dd Convert all class usage to relative names
Change-Id: I9982b8476ca9dab8a338b66db75d6da6519f9266
2019-12-08 23:07:36 +01:00
ZhongShengping
b4ab38b179 Fix rabbitmq dependency
puppetlabs/rabbitmq [1] is deprecated, and max version is 5.6.0 which can
not be fulfilled by this dependency.

Correct it to puppet-rabbitmq [2] instead which is being actively maintained
and has the right version.

[1]: https://forge.puppet.com/puppetlabs/rabbitmq
[2]: https://forge.puppet.com/puppet/rabbitmq

Change-Id: Ia51605174ec50456ff7e61c703cf2c7c79d65ef6
Closes-Bug: #1850236
2019-10-29 09:31:04 +08:00
cf16b95989 Update master for stable/train
Add file to the reno documentation build to show release notes for
stable/train.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.

Change-Id: I3aecd6a59267165dcbb0e2fcbdfee6090ff07255
Sem-Ver: feature
2019-10-04 13:26:44 +00:00
Zuul
95c845721e Merge "Update the constraints url" 15.4.0 2019-09-28 02:30:16 +00:00
pengyuesheng
ad90f2a423 Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: If7e9a16af6867b6cc96fb54c022672c7fd6a7c1b
2019-09-26 11:32:57 +08:00
ZhongShengping
3ee74dc314 Prepare Train RC1
Update the version metadata for Train milestone RC1

Change-Id: I21a1cbe8a43617d157a4d0db3b935a4a2aeb2212
2019-09-25 13:45:43 +08:00
Zuul
23bd04c02e Merge "Add support to configure service_token_roles in authtoken middleware" 2019-09-23 09:56:18 +00:00
Takashi Kajinami
9b4f933b4e Add support to configure service_token_roles in authtoken middleware
Change-Id: Idca4a0285d818b59920a26080bc594268a826b81
2019-09-21 10:21:36 +09:00
ZhongShengping
4c35662238 Remove heat_clients_keystone_uri option
The heat_clients_keystone_uri parameter has been deprecated for one year.
We can remove it.

Change-Id: I507fd2beecface5f8de35d18bfb546a653c6ef51
2019-09-20 09:34:27 +08:00
ZhongShengping
e96248bca3 Prepare Train M4
Update the version metadata for Train milestone 4

Change-Id: I02b680a06f3b25fa439813a3f4288af5d20f087c
2019-09-05 09:04:49 +08:00
ZhongShengping
5d447cbe87 Introduce the new rabbit_heartbeat_in_pthread option
oslo.messaging RabbitMQ driver have now a new option that allow user to
run the RabbitMQ heartbeat over a native python thread.

These change allow user to use this new option.

Change-Id: Ifa7b63cf0e0f276c4bdfc1b840506303355647b1
Closes-Bug: #1840868
15.2.0
2019-08-21 14:23:36 +08:00
ZhongShengping
4656591f71 Remove deprecated pki related options
The deprecated pki related options check_revocations_for_cached and
hash_algorithms option has been removed.

Change-Id: I316beed11236a11d4789974da3656196e2795694
2019-08-15 11:51:37 +08:00
ZhongShengping
8bfb575bd1 Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20[1]:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements

[1]https://docs.openstack.org/openstackdocstheme/latest/#using-the-theme

Change-Id: I1c2b41574237178e0f7a8df4c8131198c3cb6bf4
2019-08-13 11:29:06 +08:00
ZhongShengping
734f083417 Sync Sphinx requirement
Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.

Change-Id: I21e65c659533f407581653b5fa7a6233fc56ef44
2019-08-07 09:10:08 +08:00
ZhongShengping
921d94cf4d Prepare Train M3
Update the version metadata for Train milestone 3

Change-Id: I35fc5b74797353c8073900ef171ff096277debae
2019-07-24 16:19:35 +08:00
ZhongShengping
1d6872a856 Manage oslo_middleware/max_request_body_size
So that we can increase it from the default 114688

Useful in case for example the OS-Federation mapping is too large.

If this limit is breached heat will return a 413 Entity Too Large
and not log anything to heat.log.

Change-Id: I90f15091088db67e6d33ef6272e59de69c4fe601
Closes-Bug: #1835161
15.1.0
2019-07-04 11:36:38 +08:00
ZhongShengping
169e0ad3ce Change memcache_socket_timeout to a float
see https://review.opendev.org/#/c/519353/

Change-Id: I00f5e43146a0b937d2dfafa080f37c3601eed809
Closes-Bug: #1835162
2019-07-03 15:19:27 +08:00
ZhongShengping
82e5a7bc8b Prepare Train M2
Update the version metadata for Train milestone 2

Change-Id: I413ae13f9568cab2b5a41de86e500e146aab418b
2019-06-10 10:03:18 +08:00
ZhongShengping
b0fdde53b1 Fix client spec test
Change-Id: Id94c1a3b6980cfedee3950e6151a0d7558457dd5
15.0.0
2019-05-20 11:03:19 +08:00
ZhongShengping
e27652a02b Add openstackclient installation to the client class
The repo is inside the openstackclient plugin commands[1].

[1]https://docs.openstack.org/python-openstackclient/latest/cli/plugin-commands.html

Change-Id: I94d00a6ef9c8949b1de8f12328a8f40dc2ebf7ca
2019-05-17 16:31:17 +08:00
ZhongShengping
0e380a80b1 Deprecate idle_timeout option
The idle_timeout parameter is deprecated, use connection_recycle_time
instead[1].

[1]https://review.opendev.org/#/c/334182/

Change-Id: I8022329f612925eaad1efe7d445e584170b04d14
Depends-On: https://review.opendev.org/656106/
Closes-Bug: #1826692
2019-04-28 15:00:09 +08:00
ZhongShengping
df7648cafc Move to opendev
Change-Id: Ibcef2a1096e9c1cbce3b6aa11da4c8ba39d14c09
2019-04-21 14:44:48 +08:00
ZhongShengping
68fdebfd85 Fix Repository
Change-Id: I0c95b9679a736e56947c58f55eff5d1057b634d2
2019-04-21 12:59:08 +08:00
ZhongShengping
f8ff80c057 Replace git.openstack.org with opendev.org/openstack
Change-Id: I81d4d04c9068e1ffac257781866d49ac65cebda0
2019-04-21 11:50:28 +08:00
OpenDev Sysadmins
4882fdf5dd 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:58 +00:00
ZhongShengping
591fad25ab Add Beaker-Rspec to the table of contents
Change-Id: I6ebbf08c9c0363fc2cbe28d89c9483522d8e6f31
2019-04-17 09:42:44 +08:00
Alex Schultz
c5e3034d77 Bump version for the start of Train
Update the version metadata for Train M1

Change-Id: Ib2cffd217305ff5726e6826e0758c5e00834f8d0
2019-03-25 07:26:27 -06:00
42c2af00b0 Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.

Change-Id: Ie1a7ccbcbce4fb078342b1dac4e64ef96cabe89c
Sem-Ver: feature
2019-03-22 16:48:30 +00:00
ZhongShengping
e2412684f1 Prepare Stein RC1
Update the version metadata for Stein milestone RC1

Change-Id: I244fe20ed95bf8f4152c0d672ff66e71bf7348be
14.4.0 stein-em
2019-03-18 10:38:14 +08:00
ZhongShengping
778db279f1 Add log_file parameter
Change-Id: I6f8aead40646e54c8cca4a43a10ee0a9dcda09d2
Closes-Bug: #1819417
2019-03-12 13:25:42 +08:00
ZhongShengping
05bf8a78e1 Prepare Stein M3
Update the version metadata for Stein milestone 3

Change-Id: Ie311cbd11f57bbf7993e384fe45d615f6741f06d
14.3.0
2019-03-06 14:55:44 +08:00
Zuul
39fd5ff96d Merge "Change keystone v2.0 url to v3" 2019-02-25 19:17:36 +00:00
Zuul
8540c25327 Merge "Add release note about Ubuntu py3 upgrade" 2019-02-25 19:06:19 +00:00
Zuul
e968b0b8cc Merge "Use validate_legacy" 2019-02-25 19:06:18 +00:00
Tobias Urdin
ac9a56e841 Change keystone v2.0 url to v3
Change-Id: I91decea5388afce37b276c63ae3cb43cae768070
2019-02-24 13:03:46 +01:00
Tobias Urdin
66685ab28f Add release note about Ubuntu py3 upgrade
Change-Id: I03410ff8217536ec61ec284556ddfd65963c35c1
2019-02-24 00:01:59 +01:00
Tobias Urdin
e46b67d242 Use validate_legacy
This changes all the puppet 3 validate_* functions
to use the validate_legacy function.

The validate_legacy function has been available since
about three years but require Puppet >= 4.4.0 and since
there is Puppet 4.10.12 as latest we should assume people
are running a fairly new Puppet 4 version.

This is the first step to then remove all validate function
calls and use proper types for parameter as described in spec [1].

[1] https://review.openstack.org/#/c/568929/

Change-Id: I422be4bfb6fd6f73f0b24ae9464c5c85689594e1
2019-02-23 14:52:57 +01:00
ZhongShengping
532ab0ec88 Service_token_roles_required missing in the server config file
Service_token_roles_required missing in the server config file which
allows backwards compatibility to ensure that the service tokens are
compared against a list of possible roles for validity.

Change-Id: Ia22d5b59adea42c4f3d0792bf83b92fa0e11b0c5
Closes-Bug: 1778198
2019-02-15 10:03:04 +08:00
ZhongShengping
1fd2d6d9e5 Change wiki to docs
Change-Id: I823934bf7e09f3e46b5daa6ad786b4e55737bbce
2019-02-13 10:31:06 +08:00
Zuul
660bdf7abc Merge "Use puppet 4 compatible mysql functions" 2019-02-11 22:26:24 +00:00
Zuul
9910ae3f21 Merge "Remove Ubuntu Xenial from metadata.json" 2019-02-11 20:36:20 +00:00