Select message IDs properly when publishing to swift

Zaqar messages used to have their IDs under the "_id" key.  This has
been changed to "id".  We're updating the select() call to reflect that.

Change-Id: I2bf66ece33306178c36b51f82c9d16663743d660
Partial-Bug: 1803724
This commit is contained in:
Honza Pokorny 2018-11-16 10:53:54 -04:00
parent 86c5a5afdf
commit 9198805df8
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,7 @@ workflows:
publish:
status: SUCCESS
messages: <% task().result %>
message_ids: <% task().result.select($._id) %>
message_ids: <% task().result.select($.id) %>
format_messages:
action: tripleo.logging_to_swift.format_messages