Merge "Install openvswitch repo for RDO scenario"

This commit is contained in:
Zuul
2023年02月21日 20:16:54 +00:00
committed by Gerrit Code Review

View File

@@ -25,6 +25,16 @@
filter:ansible_local
gather_subset:"!all"
- name:Add dependency repos for RDO
package:
name:"{{ nova_distro_repos }}"
state:"{{ nova_package_state }}"
retries:5
delay:2
when:
- ansible_facts['pkg_mgr'] == 'dnf'
- nova_install_method == 'distro'
- name:Install distro packages
package:
name:"{{ nova_package_list }}"
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.