Openstack Nova Multiple Server Installation using nova.sh

Asked by raaj

Hi,

 We are trying to setup a multi-server installation of nova. We have successfully installed everything as mentioned in "http://wiki.openstack.org/NovaInstall/MultipleServer". But when we tried to add a keypair using euca it is throwing the following exception,

Warning: failed to parse error message from AWS: <unknown>:1:0: syntax error
EC2ResponseError: 403 Forbidden
403 Forbidden

Access was denied to this resource

Even we tried using euca-describe-instances, it is also throwing the same exception as mentioned above.

Apart from this in node controller(NC), we tried to start nova-volume. After sometime it automatically stops. We tried to identify the problem, unfortunately the we were unable to locate the nova-volume.log file in /var/log/nova directory.

Here my question is whether can we use the "nova.sh" file from "https://github.com/vishvananda/novascript/raw/master/nova.sh"
for installing a Cloud Controller(CC)?

Could anyone provide help on this issue?

Regards,
Raaj

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
raaj
Solved:
Last query:
Last reply:
Revision history for this message
Wayne A. Walls (wayne-walls) said :
#1

Greetings, Raaj!

From my experiences, the 403 forbidden error is due to the novarc file. In the multiserver install doc, it states two ways to get the novarc file. One is within a zipfile, and then the easier way, which just generates novarc. If you do the zipfile, then the following novarc alone, you end up losing the creds that are tied to the user you created with nova-manage in the steps before. It's a little misleading right now, and hopefully that will be getting cleaned up soon :D

Cheers

Revision history for this message
raaj (raj-msce) said :
#2

Thanks for the information Wayne!

Regards,
Raaj