Fix permissions on /etc/nginx/sites-enabled

With the switch to rootwrap, the API service now runs as the gunicorn
user but /etc/nginx/sites-enabled is still owned by root.  This updates
the DIB element to ensure its writable by gunicorn for config rendering.

Also makes a trivial update to releasenotes to remove the UNRELEASED
flag from mitaka.

Change-Id: Ieac128e47a44dd48acd00f68cd8e3a9ca15441ec
Closes-bug: #1558577
This commit is contained in:
Adam Gandelman 2016-03-28 11:47:48 -07:00
parent d1e318afdc
commit effbf9e950
3 changed files with 5 additions and 1 deletions

View File

@ -1 +1,2 @@
package-installs
astara

View File

@ -14,3 +14,6 @@
# under the License.
rm -rf /etc/nginx/sites-enabled/default
# astara API appliance runs as gunicorn user and needs to create files here
chown gunicorn.gunicorn /etc/nginx/sites-enabled

View File

@ -1,5 +1,5 @@
==========================================================
Astara Appliance Mitaka Series Release Notes (UNRELEASED)
Astara Appliance Mitaka Series Release Notes
==========================================================
.. release-notes::