Skip to content

Commit 331092d

Browse files
authored
Merge pull request #1512 from swordqiu/automated-cherry-pick-of-#1511-upstream-release-4.0
Automated cherry pick of #1511: fix: fail to start openvswitch on opencloudos 8.x
2 parents 12d835f + 4220046 commit 331092d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

onecloud/roles/common/tasks/os/opencloudos_8.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44

55
- name: Include RedHat Family Common Tasks
66
include_tasks: redhat.yml
7+
8+
- name: Comment out OVS_USER_ID
9+
shell: |
10+
sed -i 's/^OVS_USER_ID=/# OVS_USER_ID=/g' /etc/sysconfig/openvswitch
11+
become: true

0 commit comments

Comments
 (0)