Skip to content

Commit

Permalink
Set OpenSearch to GA (#892)
Browse files Browse the repository at this point in the history
* Add OpenSearch as an option

* fix linting
  • Loading branch information
dweinshenker authored Jun 20, 2024
1 parent f176df4 commit a67facb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ description: >-
Note: Backups are not supported for Redis clusters.
OpenSearch is in closed beta. To request access, [contact support](https://cloudsupport.digitalocean.com).
tags:
- Databases

Expand Down
2 changes: 0 additions & 2 deletions specification/resources/databases/databases_list_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ description: >-
The result will be a JSON object with an `options` key.
OpenSearch is in closed beta. To request access, [contact support](https://cloudsupport.digitalocean.com).
tags:
- Databases

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ properties:
description: >-
A slug representing the database engine used for the cluster. The possible values
are: "pg" for PostgreSQL, "mysql" for MySQL, "redis" for Redis, "mongodb" for MongoDB,
"kafka" for Kafka and "opensearch" for OpenSearch. OpenSearch is in closed beta. To request access, [contact support](https://cloudsupport.digitalocean.com).
"kafka" for Kafka, and "opensearch" for OpenSearch.
version:
type: string
example: '8'
Expand Down

0 comments on commit a67facb

Please sign in to comment.