1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00

M #-: change ds encrypted by datastore (#3726)

This commit is contained in:
Alejandro Huertas Herrero 2019-09-19 11:30:03 +02:00 committed by Ruben S. Montero
parent 5f660a2c6b
commit 276476b71d

View File

@ -1090,9 +1090,9 @@ HOST_ENCRYPTED_ATTR = "PROVISION/EC2_SECRET"
VNET_ENCRYPTED_ATTR = "AR/PACKET_TOKEN" VNET_ENCRYPTED_ATTR = "AR/PACKET_TOKEN"
DS_ENCRYPTED_ATTR = "AR/PACKET_TOKEN" DATASTORE_ENCRYPTED_ATTR = "PROVISION/PACKET_TOKEN"
CLUSTER_ENCRYPTED_ATTR = "AR/PACKET_TOKEN" CLUSTER_ENCRYPTED_ATTR = "PROVISION/PACKET_TOKEN"
#******************************************************************************* #*******************************************************************************
# Inherited Attributes Configuration # Inherited Attributes Configuration