diff options
author | René Moser <mail@renemoser.net> | 2018-05-25 11:20:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-25 11:20:04 +0200 |
commit | 5dd3aa26ea5739531303d629d46ee189824570ac (patch) | |
tree | 7c51b018420722376c6b1c7cfebd52737212d71e /test/sanity | |
parent | cloudstack: vpn: compatiblity fix for 4.5 API (#40700) (diff) | |
download | ansible-5dd3aa26ea5739531303d629d46ee189824570ac.tar.xz ansible-5dd3aa26ea5739531303d629d46ee189824570ac.zip |
cs_instance: implement host migration support (#40309)
* cs_instance: implement host migration support
* fix build
* fail fast on update if user is not admin
* improve tests a bit
* expunge it
* fix typo
* disable temporarly verify for host on starting instance.
Diffstat (limited to 'test/sanity')
-rw-r--r-- | test/sanity/validate-modules/ignore.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sanity/validate-modules/ignore.txt b/test/sanity/validate-modules/ignore.txt index 4346982eae..1f686c3b65 100644 --- a/test/sanity/validate-modules/ignore.txt +++ b/test/sanity/validate-modules/ignore.txt @@ -154,7 +154,6 @@ lib/ansible/modules/cloud/cloudscale/cloudscale_server.py E325 lib/ansible/modules/cloud/cloudstack/cs_cluster.py E326 lib/ansible/modules/cloud/cloudstack/cs_domain.py E325 lib/ansible/modules/cloud/cloudstack/cs_host.py E326 -lib/ansible/modules/cloud/cloudstack/cs_instance.py E325 lib/ansible/modules/cloud/cloudstack/cs_instance.py E326 lib/ansible/modules/cloud/cloudstack/cs_instance_nic_secondaryip.py E325 lib/ansible/modules/cloud/cloudstack/cs_iso.py E323 |