From 2d28f8bf357086810ac4abab46be0eff488bf51f Mon Sep 17 00:00:00 2001 From: Daniel Valdivia Date: Tue, 2 Jun 2020 11:24:07 -0700 Subject: [PATCH] Pass Storage Class when adding a tenant (#153) --- .dockerignore | 1 + portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index 57a1cd96b..8fe0c5bf0 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,3 +3,4 @@ dist/ target/ mcs !mcs/ +portal-ui/node_modules/ diff --git a/portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx b/portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx index e9e995488..7cbdcfa13 100644 --- a/portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx +++ b/portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx @@ -97,6 +97,7 @@ const AddTenant = ({ volumes_per_server: volumesPerServer, volume_configuration: { size: `${volumeConfiguration.size}${sizeFactor}`, + storage_class: volumeConfiguration.storage_class, }, zones: cleanZones, })