This file is indexed.

/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/project/app_catalog/retired_panel.html is in python-app-catalog-ui 1.0.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<div>
    <div class="modal-header">
        <h3 class="modal-title">Retired</h3>
    </div>
    <div class="modal-body">
      The OpenStack App Catalog no longer supports this version of the Horizon plugin. Please contact your Cloud Administrator for an upgraded version.
    </div>
    <div class="modal-footer">
      <button class="btn btn-default" ng-click="cancel()">Close</button>
    </div>
</div>