snap-openstackclients:stable/rocky

Last commit made on 2021-05-17
Get this branch:
git clone -b stable/rocky https://git.launchpad.net/snap-openstackclients

Branch merges

Branch information

Name:
stable/rocky
Repository:
lp:snap-openstackclients

Recent commits

2f48861... by Thomas Bechtold

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)

c216935... by James Page

Updates for rocky branch creation

Align to Rocky release.

Drop vitrage as it appears to be broken and causes issues when
generating bash completions.

Change-Id: Ibe54bb5b33773dc99f7a049dcfa1ecfadf95d1e1

34d060a... by James Page

Update for stable/queens

Update defaultbranch in .gitreview file.

Update snapcraft to build for queens.

Change-Id: I5bb0251b0177b7c8dd1395ae696fa5ad9e428569

c51e05c... by James Page

Update for stable/stein branch opening

Change-Id: I6c0af29d6a9ee3fd93a9cd0e6e2fc0771e19b00c

dde53d3... by James Page

Create stable/ussuri branch

Switch victoria->ussuri and update .gitreview defaultbranch.

Change-Id: Ib1355e3660f303e12f6b4f97d2c4b38edef7bee5

2273121... by Zuul <email address hidden>

Merge "Add toml as an explicit requirement"

e147601... by Zuul <email address hidden>

Merge "Allow relevant commands access to users public SSH key"

accf2a0... by James Page

Add toml as an explicit requirement

Resolves issue with non-x86 architecture builds.

Change-Id: I1238c79ae758a1624dfeb647a6aafdf437d7cc96

6612180... by Thomas Bechtold

Update snap for victoria release

As stable branches have now been cut update the snap to use
Victoria release versions.

Change-Id: Ifbe6048666656a985bb6ba9cdf09b6a010fe6c68

1e9e3ea... by Frode Nordahl

Allow relevant commands access to users public SSH key

To support the workflow of adding a users public SSH key from the
``openstack`` and ``nova`` CLI commands add the
``ssh-public-keys`` interface.

Change-Id: I667ed8d82393a8edb5d37ca00770fcc4aa8665b6
Closes-Bug: #1898089