feat(openstack): Add module for OpenStack (#1664)

* first (crude) attempt to implement the openstack module

* Attempt to follow OpenStack standards for clouds.yaml location

* fmt

* provide unittest

* add documentation

* fix fmt

* fix clippy

* fix clippy

* fix fmt

* fix small nitpicks

* expand openstack explanation

* load config file using find_map

* fix fmt

* add test for valid config, plus fix test for invalid config

* fix fmt

* re-add forgotten comment
This commit is contained in:
Mauricio Teixeira
2020-10-24 05:46:43 -04:00
committed by GitHub
parent 745a554fdc
commit eec961caaf
7 changed files with 210 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ pub mod nim;
pub mod nix_shell;
pub mod nodejs;
pub mod ocaml;
pub mod openstack;
pub mod package;
pub mod perl;
pub mod php;