1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-30 22:50:10 +03:00

istall.sh: add RemoteCloudAuth to CLOUD_AUTH_LIB_FILES

This commit is contained in:
stdweird 2016-04-14 09:41:11 +02:00
parent 8e991daf7a
commit 3d7854c65b

View File

@ -1354,6 +1354,7 @@ COMMON_CLOUD_CLIENT_LIB_FILES="src/cloud/common/CloudClient.rb"
CLOUD_AUTH_LIB_FILES="src/cloud/common/CloudAuth/SunstoneCloudAuth.rb \
src/cloud/common/CloudAuth/EC2CloudAuth.rb \
src/cloud/common/CloudAuth/X509CloudAuth.rb \
src/cloud/common/CloudAuth/RemoteCloudAuth.rb \
src/cloud/common/CloudAuth/OneGateCloudAuth.rb \
src/cloud/common/CloudAuth/OpenNebulaCloudAuth.rb"