diff --git a/Standards/scs-0123-v1-mandatory-and-supported-IaaS-services.md b/Standards/scs-0123-v1-mandatory-and-supported-IaaS-services.md index 08a234203..2f7a74326 100644 --- a/Standards/scs-0123-v1-mandatory-and-supported-IaaS-services.md +++ b/Standards/scs-0123-v1-mandatory-and-supported-IaaS-services.md @@ -2,7 +2,7 @@ title: Mandatory and Supported IaaS Services type: Standard status: Stable -stabilized_at: 2024-11-18 +stabilized_at: 2024-11-20 track: IaaS --- @@ -64,13 +64,12 @@ The following IaaS APIs MAY be present in SCS-compliant IaaS deployment, e.g. im | **object-store** | Swift | Object Store with different possible backends | | **orchestration** | Heat | Orchestration service | | **shared-file-systems** | Manila | Shared File Systems service | -| **telemetry** | Ceilometer | Telemetry service | | **time-series-database** | Gnocchi | Time Series Database service | ## Unsupported IaaS APIs All other OpenStack services, whose APIs are not mentioned in the mandatory or supported lists will not be tested for their compatibility and conformance in SCS clouds by the SCS community. -Those services MAY be integrated into IaaS deployments by a Cloud Service Provider on their own responsibility but the SCS will not assume they are present and potential issues that occur during deployment or usage have to be handled by the CSP on their own accord. +Those services MAY be integrated into IaaS deployments by a Cloud Service Provider on their own responsibility but SCS will not assume they are present and potential issues that occur during deployment or usage have to be handled by the CSP on their own accord. The SCS standard offers no guarantees for compatibility or reliability of services categorized as unsupported. ## Related Documents @@ -80,4 +79,4 @@ The SCS standard offers no guarantees for compatibility or reliability of servic ## Conformance Tests The presence of the mandatory OpenStack APIs will be tested in [this test-script](https://github.com/SovereignCloudStack/standards/blob/main/Tests/iaas/mandatory-services/mandatory-iaas-services.py) -The test will further check, whether the object store endpoint is compatible to s3. +The test will further check whether the object-store endpoint is compatible to s3.