cloudstack: fix E326 (#54657)

* cloudstack: remove choice list for hypervisor param

* cloudstack: streamline network_type with returned value by the API

* cloudstack: remove E326

* add changelog fragment
This commit is contained in:
René Moser
2019-03-31 23:36:56 +02:00
committed by GitHub
parent 833512b07c
commit 01f63ee871
16 changed files with 35 additions and 69 deletions

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- cs_zone - The option network_type uses capitalized values for the types e.g. 'Advanced' and 'Basic' to match the return from the API.
- cloudstack - The choice list for the param 'hypervisor' had been removed to allow the API to validate depending on your setup directly.