Add the missing 'PACKAGES_LIMIT' setting

api/packages.py using the 'PACKAGES_LIMIT' setting, but the local_settings
missing it.

Change-Id: I453a96fc5595ade3357168f52a88a22d5652265c
This commit is contained in:
zhu.rong
2015-10-03 20:10:26 +08:00
parent dacb9b4629
commit 78ffe5c039

View File

@@ -561,3 +561,6 @@ MURANO_REPO_URL = 'http://apps.openstack.org/api/v1/murano_repo/liberty/'
# Overrides the default dashboard name (Murano) that is displayed
# in the main accordion navigation
# MURANO_DASHBOARD_NAME = "Murano"
# Specify a maximum number of limit packages.
# PACKAGES_LIMIT = 100