aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/glance-base.yaml
AgeCommit message (Collapse)AuthorFilesLines
2016-10-12Allow Glance API and Registry to be splitDan Prince1-0/+110
The glance-api and glance-registry services are currently coupled in that some of the hiera settings in the API are required for the registry to run correctly (the backend settings). This patch moves some of the common settings into glance-base and then updates the glance-api and glance-registry services to supply that service. Change-Id: Ie3d7e24c7fd475e3f6ad542c1654eb7dbd9d9b35 Closes-bug: #1628582