Merge "Do not assume vol.encryption is enabled when barbican is on"

This commit is contained in:
Zuul 2024-06-26 21:17:09 +00:00 committed by Gerrit Code Review
commit ae4a67c759

View File

@ -58,10 +58,6 @@ class ComputeService(VersionedService):
C.LOG.info('Can not retrieve hosts, user are not allowed')
return 1
def post_configuration(self, conf, is_service):
conf.set('compute-feature-enabled', 'attach_encrypted_volume',
str(is_service(**{'type': 'key-manager'})))
@staticmethod
def get_service_type():
return ['compute']