Add glance-glare service to the tcpdriver

'glance-glare' service was missing in the tcpcloud.py

Change-Id: Ie09d820c858072d81ebdc345caae4c82af0077ac
This commit is contained in:
Alex_Kholkin 2017-10-31 19:07:47 +04:00
parent a8be2c6e43
commit acdd04e4e0
1 changed files with 7 additions and 0 deletions

View File

@ -125,6 +125,13 @@ class TCPCloudManagement(cloud_management.CloudManagement,
'salt_service': 'glance-api',
}
},
'glance-glare': {
'driver': 'salt_service',
'args': {
'grep': 'glance-glare',
'salt_service': 'glance-glare',
}
},
'glance-registry': {
'driver': 'salt_service',
'args': {