euca-run-instances stuck at scheduling

Asked by Margaret Petrus

# euca-run-instances ami-i2diyopx -k mykey -t m1.tiny
ValueError: String too long
e# euca-describe-instances
RESERVATION r-bhr3o0i7 PROTO
INSTANCE i-1c9btee ami-i2diyopx 10.0.0.3 10.0.0.3 scheduling mykey (PROTO, None) 0 m1.tiny 2010-03-16 15:24:10.101846

Is the String error an issue?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Margaret Petrus
Solved:
Last query:
Last reply:
Revision history for this message
Margaret Petrus (mpetrus) said :
#1

I figured out the problem.

Revision history for this message
Christian Berendt (berendt) said :
#2

It would be fine if you could describe your solution here...

Revision history for this message
Margaret Petrus (mpetrus) said :
#3

I did the following and euca-run-instances kicked off, but it is still stuck at scheduling

nova-manage network create 10.0.0.0/8 1 64
unset http_proxy
unset https_proxy
nova-compute
nova-network
nova-objectstore
nova-scheduler
nova-volume
euca-run-instances ami-i2diyopx -k mykey -t m1.tiny
euca-describe-instances
RESERVATION r-0jltcz5s PROTO
INSTANCE i-1o9rwag ami-i2diyopx 10.0.0.3 10.0.0.3 scheduling mykey (PROTO, None) 0 m1.tiny 2010-03-16 16:17:15.949768

and this is blocking my progress.