]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/models/service.interface.ts
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / models / service.interface.ts
index f271c364c2673aa625a9bef2d35e0f6f50a3922e..177382c5350595624a60c3b82b8b24089bfee315 100644 (file)
@@ -37,6 +37,9 @@ export interface CephServiceAdditionalSpec {
   ssl_key: string;
   port: number;
   initial_admin_password: string;
+  rgw_realm: string;
+  rgw_zonegroup: string;
+  rgw_zone: string;
 }
 
 export interface CephServicePlacement {