vendor: Update osbuild/images to commit dd48a38be218
This is needed for the test_distro.NewTestDistro change.
This commit is contained in:
parent
eab16830aa
commit
1b65f15449
345 changed files with 276130 additions and 14546 deletions
21
vendor/github.com/gophercloud/gophercloud/CHANGELOG.md
generated
vendored
21
vendor/github.com/gophercloud/gophercloud/CHANGELOG.md
generated
vendored
|
|
@ -1,3 +1,24 @@
|
|||
## v1.6.0 (2023-08-30)
|
||||
|
||||
New features and improvements:
|
||||
|
||||
* [GH-2712](https://github.com/gophercloud/gophercloud/pull/2712) [v1] README: minor change to test backport workflow
|
||||
* [GH-2713](https://github.com/gophercloud/gophercloud/pull/2713) [v1] tests: run MultiAttach with a capable Cinder Type
|
||||
* [GH-2714](https://github.com/gophercloud/gophercloud/pull/2714) [v1] Add CRUD support for encryption in volume v3 types
|
||||
* [GH-2715](https://github.com/gophercloud/gophercloud/pull/2715) [v1] Add projectID to fwaas_v2 policy CreateOpts and ListOpts
|
||||
* [GH-2716](https://github.com/gophercloud/gophercloud/pull/2716) [v1] Add projectID to fwaas_v2 CreateOpts
|
||||
* [GH-2717](https://github.com/gophercloud/gophercloud/pull/2717) [v1] [manila]: add reset and force delete actions to a snapshot
|
||||
* [GH-2718](https://github.com/gophercloud/gophercloud/pull/2718) [v1] [cinder]: add reset and force delete actions to volumes and snapshots
|
||||
* [GH-2721](https://github.com/gophercloud/gophercloud/pull/2721) [v1] orchestration: Explicit error in optionsmap creation
|
||||
* [GH-2723](https://github.com/gophercloud/gophercloud/pull/2723) [v1] Add conductor API to Baremetal V1
|
||||
* [GH-2729](https://github.com/gophercloud/gophercloud/pull/2729) [v1] networking/v2/ports: allow list filter by security group
|
||||
|
||||
CI changes:
|
||||
|
||||
* [GH-2675](https://github.com/gophercloud/gophercloud/pull/2675) [v1][CI] Drop periodic jobs from stable branch
|
||||
* [GH-2683](https://github.com/gophercloud/gophercloud/pull/2683) [v1] CI tweaks
|
||||
|
||||
|
||||
## v1.5.0 (2023-06-21)
|
||||
|
||||
New features and improvements:
|
||||
|
|
|
|||
5
vendor/github.com/gophercloud/gophercloud/README.md
generated
vendored
5
vendor/github.com/gophercloud/gophercloud/README.md
generated
vendored
|
|
@ -1,6 +1,5 @@
|
|||
# Gophercloud: an OpenStack SDK for Go
|
||||
[](https://travis-ci.org/gophercloud/gophercloud)
|
||||
[](https://coveralls.io/github/gophercloud/gophercloud?branch=master)
|
||||
[](https://coveralls.io/github/gophercloud/gophercloud?branch=v1)
|
||||
|
||||
Gophercloud is an OpenStack Go SDK.
|
||||
|
||||
|
|
@ -40,7 +39,7 @@ You will need to retrieve the following:
|
|||
Credentials, a pre-generated token, or any other supported authentication
|
||||
mechanism.
|
||||
|
||||
For users that have the OpenStack dashboard installed, there's a shortcut. If
|
||||
For users who have the OpenStack dashboard installed, there's a shortcut. If
|
||||
you visit the `project/api_access` path in Horizon and click on the
|
||||
"Download OpenStack RC File" button at the top right hand corner, you can
|
||||
download either a `clouds.yaml` file or an `openrc` bash file that exports all
|
||||
|
|
|
|||
2
vendor/github.com/gophercloud/gophercloud/provider_client.go
generated
vendored
2
vendor/github.com/gophercloud/gophercloud/provider_client.go
generated
vendored
|
|
@ -14,7 +14,7 @@ import (
|
|||
|
||||
// DefaultUserAgent is the default User-Agent string set in the request header.
|
||||
const (
|
||||
DefaultUserAgent = "gophercloud/v1.5.0"
|
||||
DefaultUserAgent = "gophercloud/v1.6.0"
|
||||
DefaultMaxBackoffRetries = 60
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue