Supporting io1 type
This commit is contained in:
parent
63f01039c3
commit
ccb4ffde7c
@ -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…
Reference in New Issue
Block a user