Thomas Bechtold 7566dc6ac9 Allow access to more clouds files
There are more options to specify a clouds.yaml file:

a) the file can end with .yml, .yaml or .json
b) the file can be located in the user home dir or in /etc/openstack

So allow read-only access to /etc/openstack and ~/.config/openstack/ .

See
https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/config/loader.py#L49

Change-Id: I84276ff4b12acc5f4ac5092580bb0e652d518e54
(cherry picked from commit 528db56bbcd0bd57916ae97b1cfc3d6f548b721a)
2021-05-17 09:33:18 +01:00
2019-10-09 10:02:20 +01:00
2017-01-24 14:44:36 +00:00
2021-03-16 16:47:57 +00:00
2019-10-09 10:02:20 +01:00
2017-01-24 14:44:36 +00:00
2017-01-24 14:44:36 +00:00
2017-01-24 14:44:36 +00:00
2019-10-09 10:02:20 +01:00

OpenStack Clients Snap

This repository contains the source code of the snap for all OpenStack Client tools.

Installing this snap

The openstackclients snap can be installed directly from the snap store:

sudo snap install --edge --classic openstackclients

then setup the aliases for all client tools (this will automatically happen at some point in the future):

ls -1 /snap/bin/openstackclients.* | cut -f 2 -d . | xargs sudo snap alias openstackclients

Support

Please report any bugs related to this snap on Launchpad.

Alternatively you can find the OpenStack Snap team in #openstack-snaps on Freenode IRC.

Description
Snap package for all OpenStack client tools
Readme 423 KiB
Languages
Shell 100%