Re: [Openstack] neutron net-create... error

2016-03-25 Thread Remo Mattei
you have other problems.. my friend!! > On Mar 25, 2016, at 12:25, aa asd wrote: > > I started the rabbimq-server but again got this error when executing the same > command. I am on root. > > AMQPLAIN login refused: user 'guest' can only connect via localhost" > .. > >

Re: [Openstack] neutron net-create... error

2016-03-25 Thread aa asd
I started the rabbimq-server but again got this error when executing the same command. I am on root. AMQPLAIN login refused: user 'guest' can only connect via localhost".. On Saturday, 26 March 2016, 0:20, Remo Mattei wrote: only root can start it make sure you do

Re: [Openstack] neutron net-create... error

2016-03-25 Thread Remo Mattei
only root can start it make sure you do sudo -i then try rabbitmqcll status and see if it’s running > On Mar 25, 2016, at 11:57, aa asd wrote: > > yes I am on ubuntu 15.04. and trying to configure icehouse. I did > it..(rabbitmqctl) && got the following error. > >

Re: [Openstack] neutron net-create... error

2016-03-25 Thread aa asd
yes I am on ubuntu 15.04. and trying to configure icehouse. I did it..(rabbitmqctl) && got the following error. /usr/sbin/rabbitmqctl: 28: cd: can't cd to /var/lib/rabbitmq /usr/lib/rabbitmq/bin/rabbitmqctl: 15: /etc/rabbitmq/rabbitmq-env.conf: [{rabbit,: not found On Friday, 25 March

Re: [Openstack] neutron net-create... error

2016-03-25 Thread Remo Mattei
I assume you are on ubuntu you can check /etc/init.d/rabbit or use rabbitmqcli start Remo > On Mar 25, 2016, at 11:20, aa asd wrote: > > After diagnosing the problem, it seems that rabbitmq service is not running. > What steps I perform to activate this service. > > A.

Re: [Openstack] neutron net-create... error

2016-03-25 Thread aa asd
After diagnosing the problem, it seems that rabbitmq service is not running. What steps I perform to activate this service. A. On Friday, 25 March 2016, 22:55, Scott Lowe wrote: Please see my responses inline, prefixed by [SL]. > On Mar 25, 2016, at

Re: [Openstack] neutron net-create... error

2016-03-25 Thread Scott Lowe
Please see my responses inline, prefixed by [SL]. > On Mar 25, 2016, at 11:34 AM, aa asd wrote: > > neutron net-create creates an following error:- > > ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on controller:5672 > is unreachable: [Errno 111] ECONNREFUSED.

Re: [Openstack] neutron net-create... error

2016-03-25 Thread aa asd
neutron net-create creates an following error:- ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on controller:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 2 seconds. On Friday, 25 March 2016, 8:58, Remo Mattei wrote: this is what I used on

Re: [Openstack] neutron net-create... error

2016-03-25 Thread Remo Mattei
this is what I used on my test env…. neutron net-create external --router:external=True --provider:network_type flat --provider:physical_network physnet1 everyone should see the outside network by default so you need to create a router from the tenant side and add a gateway then they can go

[Openstack] neutron net-create... error

2016-03-25 Thread aa asd
Hi All!I am confguring 3-node icehouse on ubuntu 15.04. All were went fine. After configured neutron on contoller, when I execute the following command:- neutron net-create ext-net --shared --router:external=True it creates the following error on neutron (/var/log/neutron/neutron.log) ERROR