Add notification_driver to config in devstack
Change-Id: If6340b222b016724ec2626e882e6dc9b0982028f
This commit is contained in:
parent
b91a329625
commit
114d188dc3
@ -139,6 +139,9 @@ function configure_murano {
|
|||||||
iniset $MURANO_CONF_FILE DEFAULT rabbit_virtual_host $MURANO_RABBIT_VHOST
|
iniset $MURANO_CONF_FILE DEFAULT rabbit_virtual_host $MURANO_RABBIT_VHOST
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Configure notifications for status information during provisioning
|
||||||
|
iniset $MURANO_CONF_FILE DEFAULT notification_driver messagingv2
|
||||||
|
|
||||||
# configure the database.
|
# configure the database.
|
||||||
iniset $MURANO_CONF_FILE database connection `database_connection_url murano`
|
iniset $MURANO_CONF_FILE database connection `database_connection_url murano`
|
||||||
|
|
||||||
|
@ -101,6 +101,9 @@ syslog_log_facility = LOG_LOCAL0
|
|||||||
# value)
|
# value)
|
||||||
#rabbit_ha_queues=false
|
#rabbit_ha_queues=false
|
||||||
|
|
||||||
|
# Use RPC for status reporting between engine and API
|
||||||
|
notification_driver=messagingv2
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
#A valid SQLAlchemy connection string for the metadata database
|
#A valid SQLAlchemy connection string for the metadata database
|
||||||
#connection = mysql://root:password@localhost:3306/murano
|
#connection = mysql://root:password@localhost:3306/murano
|
||||||
|
Loading…
Reference in New Issue
Block a user