nova-api --flagfile nova.conf

Asked by shihangwei

when i did commond like this
"nova-api --flagfile nova.conf "

(nova.api): TRACE:ValueError: No JSON object could be decoded

and when i euca-upload-bundle
boto.exception.BotoServiceError:BotoServiceError:BotoServiceError:500 Internal Service Error

and i donot know where is the problem.
thx for any help .

Question information

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

Which version of python-boto are you using? Which Nova version are you using? Please paste your nova.conf and additional logs to http://paste.openstack.org.

Revision history for this message
shihangwei (shihangwei) said :
#2
Revision history for this message
shihangwei (shihangwei) said :
#3

https://answers.launchpad.net/nova/+question/146187
and more information,my question too.

Revision history for this message
Sandy Walsh (sandy-walsh) said :
#4

Could it be that

--ec2_url=http://1myip:8773/services/Cloud

Should be

--ec2_url=http://myip:8773/services/Cloud

?

Revision history for this message
shihangwei (shihangwei) said :
#5

oh, yes .it is my ip ...

Revision history for this message
shihangwei (shihangwei) said :
#6

Should be

--ec2_url=http://myip:8773/services/Cloud

right.

Revision history for this message
shihangwei (shihangwei) said :
#7

i solved it OY .