Merge "[DockerImageScanner] Assign LCM images to KaaS team"
diff --git a/src/com/mirantis/mk/KaasUtils.groovy b/src/com/mirantis/mk/KaasUtils.groovy
index 0fd91b1..bbd589f 100644
--- a/src/com/mirantis/mk/KaasUtils.groovy
+++ b/src/com/mirantis/mk/KaasUtils.groovy
@@ -309,7 +309,7 @@
def multiregionWorkflowParser(keyword) {
def common = new com.mirantis.mk.Common()
def supportedManagementProviders = ['os', 'aws', 'vsphere', 'equinix', 'azure']
- def supportedRegionalProviders = ['os', 'vsphere', 'equinix', 'bm', 'azure']
+ def supportedRegionalProviders = ['os', 'vsphere', 'equinix', 'bm', 'azure', 'aws']
def clusterTypes = ''
if (keyword.toString().contains('multiregion')) {