This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new a29d5d324f 프라이머리 스토리지 시크릿키 누락 수정 (#6407)
a29d5d324f is described below
commit a29d5d324f1cd8b34e885770a57880025b2cf444
Author: DH Park <[email protected]>
AuthorDate: Mon May 23 19:57:04 2022 +0900
프라이머리 스토리지 시크릿키 누락 수정 (#6407)
Co-authored-by: JS Choi <[email protected]>
---
ui/src/views/infra/zone/ZoneWizardLaunchZone.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/views/infra/zone/ZoneWizardLaunchZone.vue
b/ui/src/views/infra/zone/ZoneWizardLaunchZone.vue
index 04f1a0dad3..377afe7005 100644
--- a/ui/src/views/infra/zone/ZoneWizardLaunchZone.vue
+++ b/ui/src/views/infra/zone/ZoneWizardLaunchZone.vue
@@ -1339,7 +1339,7 @@ export default {
const rbdmonitor = this.prefillContent?.primaryStorageRADOSMonitor ||
''
const rbdpool = this.prefillContent?.primaryStorageRADOSPool || ''
const rbdid = this.prefillContent?.primaryStorageRADOSUser || ''
- const rbdsecret = this.prefillContent?.primaryStorage || ''
+ const rbdsecret = this.prefillContent?.primaryStorageRADOSSecret || ''
url = this.rbdURL(rbdmonitor, rbdpool, rbdid, rbdsecret)
} else if (protocol === 'Linstor') {
url = this.linstorURL(server)