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
knife openstack server create -I ami-00000002 -f m1.small
I get the following error
Instance ID: i-00000005
Flavor: m1.small
Image: ami-00000002
Availability Zone: unknown zone
Security Groups: default
SSH Key: None (admin, None)
Waiting for serverERROR: Fog::Service::Error: UnknownError => An unknown error has occurred. Please try your request again.
If I update to fog 0.9.0 the error changes to
ERROR: Fog::Errors::Error: Reload failed, Fog::Compute::AWS::Server i-00000005 went away.
The instances is actually started however it is not bootstrapped.
I get the same error when attempting to use knife-openstack to delete an image. Debugging it seems that the attributes for the server(such as dns and ip) are never updated and that knife openstack cannot get information about the server after the initial creation.
The text was updated successfully, but these errors were encountered:
When running
I get the following error
If I update to fog 0.9.0 the error changes to
The instances is actually started however it is not bootstrapped.
I get the same error when attempting to use knife-openstack to delete an image. Debugging it seems that the attributes for the server(such as dns and ip) are never updated and that knife openstack cannot get information about the server after the initial creation.
The text was updated successfully, but these errors were encountered: