Fix example value for notification_topics

The value is not in the proper format, and it lead to an incorrect
value being parsed.

Change-Id: I36483561f80d5d5dec9a30bcb9f003df96250c3f
Closes-Bug: #1506831
This commit is contained in:
Luigi Toscano 2015-10-16 12:54:04 +02:00
parent 7d10b172f5
commit effb4ab1da
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ template_path = /etc/trove/templates/
# notification_driver=noop
# Topics used for OpenStack notifications, list value. Default is 'notifications'.
# notification_topics=['notifications', ]
# notification_topics=notifications
# ============ Logging information =============================
#log_dir = /integration/report

View File

@ -165,7 +165,7 @@ api_paste_config = api-paste.ini
# notification_driver=noop
# Topics used for OpenStack notifications, list value. Default is 'notifications'.
# notification_topics=['notifications', ]
# notification_topics=notifications
# ============ Logging information =============================
#log_dir = /integration/report