Comment 4 for bug 1847230

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-neutron-openvswitch (master)

Reviewed: https://review.opendev.org/687272
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-openvswitch/commit/?id=47fb279533c425ca5c5f7f3f8fd993b3fa8c1e12
Submitter: Zuul
Branch: master

commit 47fb279533c425ca5c5f7f3f8fd993b3fa8c1e12
Author: James Page <email address hidden>
Date: Tue Oct 8 12:20:59 2019 +0100

    Ensure /etc/neutron/secret.txt is not world readable

    /etc/neutron/secret.txt is used to store the UUID to configure
    the shared secret in neutron-metadata-agent and the nova-api-metadata
    service for authentication of metadata requests from instances.

    Ensure that this file can only be read by the root user.

    Change-Id: I6a18ebabade887922c13824c23ad5e0a8da74ba8
    Closes-Bug: 1847230