-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment variable EGI_SITE not used #150
Comments
Same thing happens on Windows (fedcloud version 1.2.14). |
Thanks for report. It is the bug of Fixing this bug properly requires more times. We can temporarily disable the requirement checking to make the fedclouclient work for your case. However if users forget to set site option, they will receive nonsense error messages "VO xxx is missing on site None". |
To be fixed in the planned |
To be fixed in #86 |
The FedCloud CLI was using an env var EGI_SITE to set the site on which to operate. This is not working since a while now, because of a bug in a Python lib. Details at tdviet/fedcloudclient#150. Thus I removed this from our user docs, will update when a workaround is implemented in a new version of FedCloud CLI.
The FedCloud CLI was using an env var EGI_SITE to set the site on which to operate. This is not working since a while now, because of a bug in a Python lib. Details at tdviet/fedcloudclient#150. Thus I removed this from our user docs, will update when a workaround is implemented in a new version of FedCloud CLI.
The environment variable
EGI_SITE
is set to a site name, but fedcloud does not use it, instead it insists to provide parameter--site
or--all-sites
.Environment
Steps to reproduce
EGI_VO
andEGI_SITE
fedcloud openstack server list
Error message is shown:
The text was updated successfully, but these errors were encountered: