Merge "Added keystone auth port to the nova config"
This commit is contained in:
commit
78411958fd
1
lib/nova
1
lib/nova
@ -398,6 +398,7 @@ function create_nova_conf() {
|
||||
# Add keystone authtoken configuration
|
||||
|
||||
iniset $NOVA_CONF keystone_authtoken auth_host $KEYSTONE_AUTH_HOST
|
||||
iniset $NOVA_CONF keystone_authtoken auth_port $KEYSTONE_AUTH_PORT
|
||||
iniset $NOVA_CONF keystone_authtoken auth_protocol $KEYSTONE_AUTH_PROTOCOL
|
||||
iniset $NOVA_CONF keystone_authtoken admin_tenant_name $SERVICE_TENANT_NAME
|
||||
iniset $NOVA_CONF keystone_authtoken cafile $KEYSTONE_SSL_CA
|
||||
|
Loading…
x
Reference in New Issue
Block a user