8556 Commits

Author SHA1 Message Date
ZhongShengping
2ad8776ece Use the pbr generated wsgi binary file located in binary folder
Since pbr 1.4.0, wsgi_scripts entrypoing is supported and it will
generated a wsgi compatible binary file.

Change-Id: I4192258226ec94b667913fd6fe099c4923145ea7
2018-03-26 15:29:25 +08:00
Zuul
c3987096e5 Merge "Have glance notifications work like the other projects" 2018-03-26 07:07:12 +00:00
Zuul
241b9c0803 Merge "Use the pbr generated wsgi binary file located in binary folder" 2018-03-26 06:13:54 +00:00
Zuul
37f6e92bb1 Merge "Configure application for ceph pool" 2018-03-26 02:51:11 +00:00
Zuul
d753da058d Merge "fix word in the documentation" 2018-03-25 11:16:16 +00:00
Zuul
18114b057f Merge "Support custom_config for trove-taskmanager/conductor" 2018-03-25 04:26:07 +00:00
Zuul
2381fa89f6 Merge "Support virtualenv installation in baremetal role" 2018-03-24 15:00:01 +00:00
Zuul
cc10ac0c22 Merge "Optimize reconfiguration for ironic" 2018-03-23 09:55:36 +00:00
Zuul
a502005ee7 Merge "Remove the duplicate "become" for config-nova-fake.yml" 2018-03-23 09:33:14 +00:00
Zuul
636a75127f Merge "Glance policy copy is not using correct name" 2018-03-23 07:31:01 +00:00
huang.zhiping
33a3dfa7b0 fix word in the documentation
Change-Id: Ib47345d54c9cf1077a24b50a358d5e41c0bf696a
2018-03-23 10:00:38 +08:00
Joshua Harlow
39cb42ecf5 Glance policy copy is not using correct name
This is currently using the full path for the destination
which doesn't appear to be what is wanted; instead the
actual file name should be used.

Closes-Bug: 1757532

Change-Id: If85e98097a0d0e0b55d0b2993185c8591e6dd10e
2018-03-22 09:11:45 -07:00
Jeffrey Zhang
6e377622be Configure application for ceph pool
pool application is mandatory since ceph Luminous.

Change-Id: I8c124899b46b1388ab3c2957b4ece0f6aab1378b
Closes-Bug: #1757957
2018-03-22 15:13:31 +08:00
Zuul
bc5c9560a5 Merge "Upgrade the rst convention of the Contributor Guide" 2018-03-22 06:58:35 +00:00
Zuul
911e1e5b89 Merge "Upgrade the rst convention of the Admin Guide" 2018-03-22 06:58:33 +00:00
Zuul
5bfe798de4 Merge "Swift configuration misses quotas to pass DefCore" 2018-03-22 05:23:10 +00:00
wu.chunyang
5e440d7939 Remove the duplicate "become" for config-nova-fake.yml
Change-Id: I109d431eefa8725540b893b4dc61525b46b29c6a
Co-Authored-By: pippo <huang.zhiping@99cloud.net>
2018-03-22 02:55:59 +00:00
Joshua Harlow
98d1e4534f Have glance notifications work like the other projects
Currently glance has a very simplistic ability to configure
notifications which seems different than nova and neutron which
both allow for selecting the topics used. In order to make glance
work like the others just have glance be configured like the other
projects notifications are being configured.

Change-Id: Ia12993e1b86d040c2705e72b32f93b874fe4adc6
2018-03-21 13:36:01 -07:00
Zuul
778f02c7a1 Merge "Add documentation for Ansible become feature" 2018-03-21 17:07:15 +00:00
Zuul
1d0176d1a2 Merge "Remove the duplicate dict key (become)" 2018-03-21 15:26:03 +00:00
Duong Ha-Quang
04fa7c039c Add documentation for Ansible become feature
Change-Id: I657ff1427908610a8aa2397b4ce1115be0ac8ace
Partial-Implements: blueprint ansible-specific-task-become
2018-03-21 15:24:38 +00:00
Vladislav Belogrudov
d5fd744409 Swift configuration misses quotas to pass DefCore
Swift configuration needs container and account quotas to
pass 'OpenStack Powered' certification test suite

Co-Authored-By: Alexander Reunov <alexander.reunov@oracle.com>
Change-Id: I7a31315754cbb46257d3d98379daa39d32205480
Closes-Bug: #1757451
2018-03-21 14:47:00 +00:00
Zuul
23db93908c Merge "Upgrade the rst convention of the Reference Guide [2]" 2018-03-21 10:49:43 +00:00
Zuul
8cad5b8a45 Merge "Upgrade the rst convention of the Reference Guide [3]" 2018-03-21 08:52:37 +00:00
Zuul
bd283f9347 Merge "Upgrade the rst convention of the Reference Guide [4]" 2018-03-21 08:49:42 +00:00
Zuul
0372d935d7 Merge "Remove the duplicate when condition check" 2018-03-21 08:21:28 +00:00
Zuul
badf67ddf1 Merge "Upgrade the rst convention of the User Guide" 2018-03-21 07:05:24 +00:00
Jeffrey Zhang
9d5bafabb2 Use the pbr generated wsgi binary file located in binary folder
Since pbr 1.4.0, wsgi_scripts entrypoing is supported and it will
generated a wsgi compatible binary file. No need to copied it to
/var/www/cgi-bin/keystone folder.

Change-Id: If85558dcdcdf185be6171de20eed3faa8e101661
2018-03-21 00:27:47 +08:00
caoyuan
d6549a70ed Remove the duplicate dict key (become)
Change-Id: I5f9d3eb6bd42f43073704d1e8c2b8bd03fb9eb9b
2018-03-20 22:22:24 +08:00
caoyuan
522f13646d Remove the duplicate when condition check
the condition check is duplicated with https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/cinder/tasks/config.yml#L122

Change-Id: I9ca176a7aca9348d7e2e37cfe3b7efa315294d1d
Co-Authored-By: wu.chunyang <wu.chunyang@99cloud.net>
2018-03-20 21:10:47 +08:00
Zuul
91bba5005e Merge "Fix wrong register variable name in ceilometer" 2018-03-20 07:32:45 +00:00
Yotaro Konishi
5190481c08 Support custom_config for trove-taskmanager/conductor
This patch updates trove configuration tasks to apply custom_config to
trove-taskmanager/conductor.conf.

Currently only trove.conf is custom-configurable, and the file is to be
loaded by trove-api service only. Therefore, we cannot apply
custom_config to trove-taskmanager/conductor services.

Change-Id: I0a64c4f0df32eb87cd91ebd8eafb512575061413
Closes-Bug: #1706883
2018-03-20 09:01:17 +09:00
Zuul
1ab1c835c4 Merge "Add config necessary to use Barbican with Murano" 2018-03-19 09:17:13 +00:00
Zuul
555a57fe4f Merge "Missing configuration for Trove single tenant" 2018-03-19 09:13:45 +00:00
chenxing
3a77dba899 Upgrade the rst convention of the User Guide
We upgrade the rst convention by following Documentation Contributor
Guide[1].

[1] https://docs.openstack.org/doc-contrib-guide

Change-Id: Ieceb3942073512fb10670a48d258c4055909496e
Partially-Implements: blueprint optimize-the-documentation-format
2018-03-19 17:13:25 +08:00
caoyuan
046b4dfd4b Optimize reconfiguration for ironic
Change-Id: I29f4d999c711f11f2db4e2d68b3ff194f0ab032b
Partially-implements: blueprint better-reconfigure
Co-Authored-By: Mark Goddard <mark@stackhpc.com>
Co-Authored-By: wu.chunyang <wu.chunyang@99cloud.net>
2018-03-19 17:04:53 +08:00
Zuul
5c66b522a4 Merge "Updated from global requirements" 2018-03-19 08:59:14 +00:00
chenxing
1b3b0734fa Upgrade the rst convention of the Reference Guide [4]
We upgrade the rst convention by following Documentation Contributor
Guide[1].

[1] https://docs.openstack.org/doc-contrib-guide

Change-Id: I0e4184e24210f920ea5e7b33e4878385a0758a01
Implements: blueprint optimize-the-documentation-format
2018-03-19 11:48:02 +08:00
yufei
2c13a5f258 s/openstack_version/openstack_release/g
replace openstack_version with openstack_release

Change-Id: Ib7cb3ae220971bbfdaf5e1e382333f6c62fd130a
2018-03-19 11:37:19 +08:00
chenxing
0002de177e Upgrade the rst convention of the Reference Guide [3]
We upgrade the rst convention by following Documentation Contributor
Guide[1].

[1] https://docs.openstack.org/doc-contrib-guide

Change-Id: Id480cd24f5eed810e81af0f12e84a4a6db49247d
Partially-Implements: blueprint optimize-the-documentation-format
2018-03-19 01:53:10 +00:00
chenxing
c2d54b9737 Upgrade the rst convention of the Reference Guide [2]
We upgrade the rst convention by following Documentation Contributor
Guide[1].

[1] https://docs.openstack.org/doc-contrib-guide

Change-Id: I825deadefcf996732a03e61c8fd19cfd6a498e77
Partially-Implements: blueprint optimize-the-documentation-format
2018-03-17 09:44:25 +00:00
OpenStack Proposal Bot
421f060947 Updated from global requirements
Change-Id: I562fd5272088d387e5d66314e352ff1d38ea0413
2018-03-17 08:35:39 +00:00
Zuul
b42b1361ee Merge "New murano_auth section in Murano config" 2018-03-16 08:23:13 +00:00
Zuul
a4991c6973 Merge "Security reinforce for apache server" 2018-03-16 08:06:29 +00:00
Jeffrey Zhang
cd2ccfcd92 Fix wrong register variable name in ceilometer
Change-Id: If968e05459e38fe7a8c676e4480af22cc1de0b49
Closes-Bug: #1756221
2018-03-16 14:46:24 +08:00
ellen
62db01caa0 New murano_auth section in Murano config
Add the new murano_auth section to the Murano config
file so that Murano will deploy application packages.

Change-Id: I8ea7264759742e7af038b4cec346fc7ef7f7edcb
2018-03-15 10:09:44 -04:00
OpenStack Proposal Bot
76f1ad41df Updated from global requirements
Change-Id: Ib440c05aa88fcacbe64aadc6e1f9fd38c47d2d57
2018-03-15 07:04:48 +00:00
Zuul
e655430857 Merge "Specify 'become' for only necessary tasks (Queens roles)" 2018-03-14 17:15:24 +00:00
Jeffrey Zhang
f8cb527f78 Security reinforce for apache server
Disable ServerSignature and Hide apache related infromation.

Change-Id: I9188ddb85988539087c922117bb9f53454b7507c
2018-03-14 18:14:26 +08:00
Zuul
3011f56eff Merge "Updated from global requirements" 2018-03-14 07:28:43 +00:00