Making glance service names consistent

Right now for most cookbooks we declare resources with the name of the
service itself. So, for example, in the 'identity' cookbook, the
'keystone' service is called 'keystone'. The other cookboks follow this
same standard.

Why is this important? Things like omnibus-openstack depend on these
cookbooks having a common standard. That, and well, standards make us
all happy.

Change-Id: I3b1cb845cfb21b5e1d46feca322f3c2788431a27
This commit is contained in:
Craig Tracey
2014-01-20 14:22:04 -05:00
parent 9b754c00ba
commit 452daa01f4
5 changed files with 25 additions and 25 deletions

View File

@@ -23,11 +23,11 @@ Usage
api
------
- Installs the image-api server
- Installs the glance-api server
registry
--------
- Installs the image-registry server
- Installs the glance-registry server
keystone-registration
---------------------