Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b728a92 + eafcf2c commit 6eb7602Copy full SHA for 6eb7602
.github/workflows/functional-baremetal.yaml
@@ -14,12 +14,15 @@ jobs:
14
- name: "master"
15
openstack_version: "master"
16
ubuntu_version: "22.04"
17
+ # NOTE(dtantsur): this forces running tests with a system scope
18
+ # token, which is required for certain actions. Use "all" on
19
+ # versions starting with 2024.1.
20
os_system_scope: "all"
21
additional_services: "openstack-cli-server"
22
- name: "caracal"
23
openstack_version: "stable/2024.1"
24
- os_system_scope: ""
25
+ os_system_scope: "all"
26
additional_services: ""
27
- name: "bobcat"
28
openstack_version: "stable/2023.2"
0 commit comments