neutron/server: expose quotas configuration

It'll be required by the containerized undercloud, so we can configure
specific quotas for Neutron.

Change-Id: I9c23f7fcc10e297c805e7c08433003cd86300b0b
This commit is contained in:
Emilien Macchi 2018-03-06 23:11:42 +01:00
parent b3d0b2f25a
commit 2207900d76
1 changed files with 1 additions and 0 deletions

View File

@ -143,5 +143,6 @@ class tripleo::profile::base::neutron::server (
sync_db => $sync_db,
l3_ha => $l3_ha,
}
include ::neutron::quota
}
}