Change used keystone token provider in devstack
This patch changes used keystone token provider from 'uuid' to 'fernet' in devstack creation script new-octavia-devstack.sh, because the uuid type deprecated. Changes in keystone: I76d5c29f6b1572ee3ec7f2b1af63ff31572de2ce Change-Id: Ia42d8afe62413aa086d9a3751171d42042a700a8 Blueprint: removed-as-of-rocky Story: 2001732
This commit is contained in:
parent
90c452b99c
commit
2a94e10f3a
@ -20,7 +20,7 @@ enable_plugin neutron https://review.openstack.org/openstack/neutron
|
||||
enable_plugin octavia https://review.openstack.org/openstack/octavia
|
||||
LIBS_FROM_GIT+=python-octaviaclient
|
||||
|
||||
KEYSTONE_TOKEN_FORMAT=UUID
|
||||
KEYSTONE_TOKEN_FORMAT=fernet
|
||||
|
||||
DATABASE_PASSWORD=secretdatabase
|
||||
RABBIT_PASSWORD=secretrabbit
|
||||
|
Loading…
Reference in New Issue
Block a user