Why have you got two database connection in your nova.conf?
connection = mysql://nova:123456789@controller/nova
connection=mysql://nova:123456789@localhost/nova
Stef
2014-02-27 10:34 GMT+01:00 grkim :
> hi,
>
> I tried it. It's working. MySQL databases is running one same (localhost)
> serve
Hi,
Can you post nova.conf file ?
Regards
*Jitendra Bhaskar*
On Thu, Feb 27, 2014 at 8:05 AM, grkim wrote:
> Hi,
>
> I don't have neutron package that's why I don't have neutron log.
> These ar my network.log and api.log when I execute "nova network-create"
> command.
>
>
>
> /var/log/
Hi,
This is contents of my nova.conf
$ cat nova.conf | grep -v ^# | grep -v ^$
[DEFAULT]
[DEFAULT]
rpc_backend = nova.openstack.common.rpc.impl_qpid
qpid_hostname = controller
my_ip = 134.75.123.194
vncserver_listen = 134.75.123.194
vncserver_proxyclient_address = 134.75.123.194
auth_strategy
Hi,
I don't have neutron package that's why I don't have neutron log.
These ar my network.log and api.log when I execute "nova
network-create" command.
/var/log/nova/network.log
2014-02-27 11:33:10.689 2550 ERROR nova.openstack.common.rpc.amqp
[req-ba23ad36-635f-45f5-a103-22e0022e5005
2a
Run the command with --debug option or look at the
/var/log/neutron/server.log. It give more info about why this failing.
-Dheeru
@Community Service
On Wed, Feb 26, 2014 at 6:17 AM, grkim wrote:
> hi all,
>
> I'm install openstack using
> http://docs.openstack.org/havana/install-guide/install
hi all,
I'm install openstack using
http://docs.openstack.org/havana/install-guide/install/yum/content/nova-network.html
guide.
When I execute "*nova network-create vmnet
--fixed-range-v4=192.168.56.0/24 --bridge-interface=br1
--multi-host=T*" comamnd in controller node, I had this error "*