Merge "Fixes odl username and sudoers permissions"
This commit is contained in:
@@ -5,7 +5,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{{ macros.configure_user(name='opendaylight') }}
|
||||
{{ macros.configure_user(name='odl') }}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% set opendaylight_packages = ['opendaylight'] %}
|
||||
|
||||
@@ -844,7 +844,7 @@ USERS = {
|
||||
'uid': 42461,
|
||||
'gid': 42461,
|
||||
},
|
||||
'opendaylight-user': {
|
||||
'odl-user': {
|
||||
'uid': 42462,
|
||||
'gid': 42462,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user