You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone:
I'm using the authentication V3, but I can't do it now.
Message: Unable to read data from the transport connection: the remote host has forced an existing connection to be shut down.
If I could get help, I would appreciate it.
This is my code:
static void Main(string[] args)
{
OpenstackIdentityProvider provider = new OpenstackIdentityProvider(endpoint, userId, password, scopeId, scopeType);
ComputeService service = new ComputeService(provider, region);
var server = ComputeServiceExtensions_v2_1.GetServer(service, serverId);
}
The text was updated successfully, but these errors were encountered:
Hello everyone:
I'm using the authentication V3, but I can't do it now.
Message: Unable to read data from the transport connection: the remote host has forced an existing connection to be shut down.
If I could get help, I would appreciate it.
This is my code:
static void Main(string[] args)
{
OpenstackIdentityProvider provider = new OpenstackIdentityProvider(endpoint, userId, password, scopeId, scopeType);
ComputeService service = new ComputeService(provider, region);
var server = ComputeServiceExtensions_v2_1.GetServer(service, serverId);
}
The text was updated successfully, but these errors were encountered: