Fix nova_system_group_uid variable name
The documented variable to use to set the nova group uid is: nova_system_group_gid. Correct the variable name in the nova_pre_install.yml task. Change-Id: Ia4316c00c7dacae730c0802a9119141757e1eab6 Closes-Bug: 1589663
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -16,7 +16,7 @@
- name:create the system group
group:
name:"{{ nova_system_group_name }}"
gid:"{{ nova_system_group_uid|default(omit) }}"
gid:"{{ nova_system_group_gid|default(omit) }}"
state:"present"
system:"yes"
tags:
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.