Supporting io1 type
This commit is contained in:
parent
63f01039c3
commit
ccb4ffde7c
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ class Database(BaseModel):
|
|||
{% endif %}
|
||||
{% if database.iops %}
|
||||
<Iops>{{ database.iops }}</Iops>
|
||||
<StorageType>standard</StorageType>
|
||||
<StorageType>io1</StorageType>
|
||||
{% else %}
|
||||
<StorageType>{{ database.storage_type }}</StorageType>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue