Fix for Murano Liberty version issue.

Murano does not support tagging packages in a way so that they can
add features to a package without making it break with older
engines. The app catalog does not support versioning yet, so we
need a way to let the Liberty Murano find Liberty packages
separate from the Kilo ones. This change sets up a way for the Murano
engine to specify what version it is and we can update the endpoint
later to target Liberty specific Murano packages.

Change-Id: Icb869e9ac8e9795e93d8922600d900522b759e08
This commit is contained in:
Kevin Fox 2015-09-17 11:33:12 -07:00
parent fb6c041ffc
commit 962f316fb4
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
RewriteCond "%{REQUEST_FILENAME}\.gz" -s
RewriteRule "^(/api/v1/assets)" "$1\.gz" [QSA]
RedirectMatch ^/api/v1/murano_repo/liberty/(.*)$ http://storage.apps.openstack.org/$1
ErrorLog /var/log/apache2/app_site-error.log
# Possible values include: debug, info, notice, warn, error, crit,