Merge "Install openvswitch repo for RDO scenario"
This commit is contained in:
3 changed files with 14 additions and 87 deletions
@@ -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
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.