Skip to content
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

Fog error on server create #5

Closed
anark opened this issue Jul 19, 2011 · 1 comment
Closed

Fog error on server create #5

anark opened this issue Jul 19, 2011 · 1 comment

Comments

@anark
Copy link

anark commented Jul 19, 2011

When running

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.

@btm
Copy link
Contributor

btm commented Aug 12, 2011

http://tickets.opscode.com/browse/KNIFE_OPENSTACK-1

Moving this to the project ticketing system.

@btm btm closed this as completed Aug 12, 2011
chirag-jog pushed a commit that referenced this issue Sep 24, 2014
OC-8570 knife cloud openstack server delete command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants