Skip to content

Map rds disk_encryption parameter into disk_encryption_id#384

Open
oschwede wants to merge 1 commit intoopentelekomcloud:mainfrom
oschwede:patch-1
Open

Map rds disk_encryption parameter into disk_encryption_id#384
oschwede wants to merge 1 commit intoopentelekomcloud:mainfrom
oschwede:patch-1

Conversation

@oschwede
Copy link
Copy Markdown

The underlying API (otcextensions) uses disk_encryption_id as parameter name instead of disk_encryption. The value needs to be copied so that it will be respected.

See

attrs['disk_encryption_id'] = self.params.pop('disk_encryption')
where something similar is done for DDS.

Fixes #382

The underlying API (otcextensions) uses disk_encryption_id as parameter name instead of disk_encryption. The value needs to be copied so that it will be respected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RDS volume_type:"CLOUDSSD" not working with disk_encryption

1 participant