Merge "Enable encrypted volume attachment on non-master branch"

This commit is contained in:
Zuul
2020年05月21日 22:59:38 +00:00
committed by Gerrit Code Review

View File

@@ -133,10 +133,8 @@ REMOTE_CEPH_ADMIN_KEY_PATH=\
${REMOTE_CEPH_ADMIN_KEY_PATH:-$CEPH_CONF_DIR/ceph.client.admin.keyring}
REMOTE_CEPH_RGW=$(trueorfalse False REMOTE_CEPH_RGW)
if [[ "$TARGET_BRANCH" == "master" ]]; then
# TODO: enable this for Queens and later
ATTACH_ENCRYPTED_VOLUME_AVAILABLE=True
else
if [[ "$TARGET_BRANCH" =~ stable/(ocata|pike) ]]; then
# not supported before Queens
ATTACH_ENCRYPTED_VOLUME_AVAILABLE=False
fi
Reference in New Issue
openstack/devstack-plugin-ceph
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.