You can get a better idea of what's going on by looking at the other nova
log files as Vikash suggested. I would start with the nova-scheduler log if
your nova-api log looks clean.
This slideshow is a bit dated, but has a decent overview of how nova works
when provisioning a VM. While it is old an
Here are my filter tables...
I did a default installation of 1 controller and 1 compute following openstack
install docs.
I read through that the firewalld was not stopped during installation. I'm not
sure if that could have cause some invalid insertions/deletions into iptables.
Probably, you m
thanks,this has resolved。
But the vm is still schedulering,and have no error log,what happen?
jt628...@163.com
From: Jay Pipes
Date: 2017-03-16 22:25
To: openstack
Subject: Re: [Openstack] Placement service credentials do not work
The error is:
On 03/16/2017 07:01 AM, Vikash Kumar wrote:
>
Just to post an update.
These are two different issues.
The first one
# aws --endpoint-url http://controller:8788 ec2 describe-images
An error occurred (AuthFailure) when calling the DescribeImages
operation: Not Found
was because of this line
keystone_ec2_tokens_url =
http://nefelus-contr
Any ideas on this?
Here are my firewall rules on Controller Node:
#ALLOW ALL Compute Node
-A INPUT -s $COMPUTE_NODE_IP/32 -p udp -j ACCEPT
-A OUTPUT -d $COMPUTE_NODE_IP/32 -p udp -j ACCEPT
-A INPUT -s $COMPUTE_NODE_IP/32 -p tcp -j ACCEPT
-A OUTPUT -d $COMPUTE_NODE_IP/32 -p tcp -j ACCEPT
#ALLOW
Furthermore,
now all my instances FAIL to get their metadata!
This is the error in "ec2-metadata-api.log"
2017-03-19 17:04:16.689 13635 WARNING ec2api.metadata [-]
X-Instance-ID-Signature:
b80302f1bd7d744c40cabc35908d8f70f49093d5cd07763cdd769d90b925db62 does
not match the expected value:
On Sun, 19 Mar 2017, zhihao wang wrote:
I am trying the new version openstack ocata in Ubuntu 1604
But I got some problem with nova placement API, there is nothing on the
Openstack Ubuntu Installation Doc
The docs for that are being updated to include the necessary
information. If you at htt