Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tests: fix failing rabbitmq service #3376

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/functional-baremetal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Work around broken dnsmasq
run: sudo apt-get purge -y dnsmasq-base
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: gophercloud@[email protected]
uses: gophercloud/[email protected]

with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
enabled_services: 's-account,s-container,s-object,s-proxy,${{ matrix.additional_services }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-blockstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-containerinfra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-fwaas_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-identity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
enabled_services: "${{ matrix.additional_services }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
enabled_services: "${{ matrix.additional_services }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-keymanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-loadbalancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
"update_port:binding:profile": "rule:admin_only or rule:service_api"
EOF
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-objectstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-orchestration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-placement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
enabled_services: "${{ matrix.additional_services }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-sharedfilesystems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout Gophercloud
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69
uses: gophercloud@devstack-action@v0.17
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down
Loading