We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@ish-hcc (@Jeongwoon )
cb-spider/cloud-control-manager/cloud-driver/drivers/openstack/resources/VMHandler.go
Lines 583 to 585 in 301d2c6
Lines 251 to 261 in 301d2c6
Line 928 in 301d2c6
The text was updated successfully, but these errors were encountered:
@ish-hcc
최신 소스의 경우,
OpenStack도 Region 등록시 Zone 설정이 필요합니다.
참고하시기 바랍니다.
BEFORE
curl -X POST http://$RESTSERVER:1024/spider/region \ -H 'Content-Type: application/json' \ -d '{ "RegionName": "openstack-region01", "ProviderName": "OPENSTACK", "KeyValueInfoList": [ {"Key": "Region", "Value": "RegionOne"} ] }'
curl -X POST http://$RESTSERVER:1024/spider/region \ -H 'Content-Type: application/json' \ -d '{ "RegionName": "openstack-region01", "ProviderName": "OPENSTACK", "KeyValueInfoList": [ {"Key": "Region", "Value": "RegionOne"}, {"Key": "Zone", "Value": "nova"} ] }'
Sorry, something went wrong.
ish-hcc
No branches or pull requests
@ish-hcc (@Jeongwoon )
cb-spider/cloud-control-manager/cloud-driver/drivers/openstack/resources/VMHandler.go
Lines 583 to 585 in 301d2c6
cb-spider/cloud-control-manager/cloud-driver/drivers/openstack/resources/VMHandler.go
Lines 251 to 261 in 301d2c6
cb-spider/cloud-control-manager/cloud-driver/drivers/openstack/resources/VMHandler.go
Line 928 in 301d2c6
The text was updated successfully, but these errors were encountered: