Use protocol used for horizon to get assets

See subject.

Change-Id: Id939df65cc5bf422e5f6ece2faadde26a55e938c
Partial-Bug: #1496611
This commit is contained in:
Kevin Fox 2015-09-22 16:17:55 -07:00
parent b988b9442a
commit 1d75d1291e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class IndexView(views.APIView):
'VER': acvi.version_string(),
'REL': acvi.release_string()
},
'APP_CATALOG_URL': getattr(settings, 'APP_CATALOG_URL', 'http://apps.openstack.org')
'APP_CATALOG_URL': getattr(settings, 'APP_CATALOG_URL', '//apps.openstack.org')
}
context['APP_CATALOG_SETTINGS'] = json.dumps(app_catalog_settings)
return context