Module openstack_sdk::config

source ·
Expand description

Module to handle OpenStack config

let cfg = openstack_sdk::config::ConfigFile::new().unwrap();
let profile = cfg
    .get_cloud_config("devstack".to_string())
    .expect("Cloud devstack not found");

Structs§

Enums§

  • Errors which may occur when dealing with OpenStack connection configuration data.

Functions§