Skip to content

Commit

Permalink
Fixes #37479 - Add reindexing manifest metadata into katello to Conta…
Browse files Browse the repository at this point in the history
…inerHandleImageMetadata command
  • Loading branch information
sjha4 committed May 16, 2024
1 parent b65062b commit ab78cf2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ def run
spinner.update('Adding image metadata to pulp. You can continue using the ' \
'system normally while the task runs in the background.')
execute!(pulpcore_manager('container-handle-image-data'))
spinner.update('Adding image metadata to katello. You can continue using the ' \
'system normally while the task runs in the background.')
execute!('foreman-rake katello:import_container_manifest_labels')
end
end
end
Expand Down

0 comments on commit ab78cf2

Please sign in to comment.