Fix typo in ServiceType map
ServiceType maps volumev2 service to cinder. This patch fixes it to map to cinderv2 constant Change-Id: I5d9c43f48048cb3c518a39588edb4a0f6fac14f3 Related-Bug: #1467589
This commit is contained in:
parent
6bfeec91db
commit
707487bc2b
@ -137,7 +137,7 @@ class _ServiceType(utils.ImmutableMixin, utils.EnumMixin):
|
||||
self.COMPUTEV21: _Service.NOVAV21,
|
||||
self.COMPUTEV3: _Service.NOVAV3,
|
||||
self.VOLUME: _Service.CINDER,
|
||||
self.VOLUMEV2: _Service.CINDER,
|
||||
self.VOLUMEV2: _Service.CINDERV2,
|
||||
self.SHARE: _Service.MANILA,
|
||||
self.EC2: _Service.EC2,
|
||||
self.IMAGE: _Service.GLANCE,
|
||||
|
Loading…
Reference in New Issue
Block a user