diff --git a/openstack-placement.spec b/openstack-placement.spec index 7cbd246..0b901f7 100644 --- a/openstack-placement.spec +++ b/openstack-placement.spec @@ -8,7 +8,7 @@ in a cloud. Name: openstack-placement Version: 5.0.1 -Release: 1 +Release: 2 Summary: OpenStack Placement License: ASL 2.0 URL: http://git.openstack.org/cgit/openstack/placement/ @@ -246,6 +246,9 @@ exit 0 %endif %changelog +* Wed Aug 11 2021 liusheng - 5.0.1-2 +- Fix permission error when starting placement api + * Wed Aug 11 2021 openstack-sig - Update to 5.0.1 diff --git a/placement-api.conf b/placement-api.conf index 42cb6e7..f5c61d1 100644 --- a/placement-api.conf +++ b/placement-api.conf @@ -13,6 +13,15 @@ Listen 8778 #SSLEngine On #SSLCertificateFile ... #SSLCertificateKeyFile ... + + = 2.4> + Require all granted + + + Order allow,deny + Allow from all + + Alias /placement-api /usr/bin/placement-api