Re: [Openstack] setup all-in-one testing node

2017-12-25 Thread Chengwei Yang
Thank you Bernd, I left it there and it works as you said. On Tue, Dec 26, 2017 at 10:39:05AM +0900, Bernd Bausch wrote: > The installation guide sets up two nodes, a controller and a compute node. > The only Neutron component on the compute node is the Linuxbridge agent. It > communicates with ot

Re: [Openstack] setup all-in-one testing node

2017-12-25 Thread Bernd Bausch
The installation guide sets up two nodes, a controller and a compute node. The only Neutron component on the compute node is the Linuxbridge agent. It communicates with other Neutron components via message queue and doesn't access the database. This is why the guide asks you to remove DB access inf

[Openstack] setup all-in-one testing node

2017-12-25 Thread Chengwei Yang
Hi All, I'm following the pike installation guide and trying to setup an all-in-one testing node. However, I found that neutron controller node needs to configure a database connection in /etc/neutron/neutron.conf ``` [database] connection ``` While neutron compute node suggested to be comment