mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
Merge pull request #69412 from rhcs-dashboard/fix-77263-main
mgr/dashboard: fix zone creation in rgw service creation form Reviewed-by: Abhishek Desai <Abhishek.Desai1@ibm.com>
This commit is contained in:
commit
a1f90efb92
@ -75,6 +75,9 @@ export class CreateRgwServiceEntitiesComponent extends CdForm implements OnInit
|
||||
this.zone.system_key = new SystemKey();
|
||||
this.zone.system_key.access_key = '';
|
||||
this.zone.system_key.secret_key = '';
|
||||
this.zone.tier_type = '';
|
||||
this.zone.sync_from = '';
|
||||
this.zone.sync_from_all = true;
|
||||
this.rgwRealmService
|
||||
.create(this.realm, true)
|
||||
.toPromise()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user