Re: [Openstack-operators] Cannot create provider network

2017-05-17 Thread John Petrini
How about mysql.


select * from neutron.networks;


On Wed, May 17, 2017 at 11:14 AM,  wrote:

> That is also what I thought, but unfortunately, there is no provider
> network.
>
> The output of neutron net-list is empty.
>
> > It sounds like there's already a provider network. What's the output of
> > neutron net-list?
> >
> > ___
> >
> > John Petrini
> >
> > NOC Systems Administrator   //   *CoreDial, LLC*   //   coredial.com
> > //   [image:
> > Twitter]    [image: LinkedIn]
> >    [image: Google Plus]
> >    [image: Blog]
> > 
> > Hillcrest I, 751 Arbor Way, Suite 150, Blue Bell PA, 19422
> > *P: *215.297.4400 x232   //   *F: *215.297.4401   //   *E: *
> > jpetr...@coredial.com
> >
> >
> > Interested in sponsoring PartnerConnex 2017? Learn more.
> > 
> >
> > The information transmitted is intended only for the person or entity to
> > which it is addressed and may contain confidential and/or privileged
> > material. Any review, retransmission,  dissemination or other use of, or
> > taking of any action in reliance upon, this information by persons or
> > entities other than the intended recipient is prohibited. If you received
> > this in error, please contact the sender and delete the material from any
> > computer.
> >
> > On Wed, May 17, 2017 at 11:00 AM,  wrote:
> >
> >> Hello,
> >>
> >> I have followed the installation documentation at
> >> https://docs.openstack.org/newton/install-guide-rdo.
> >>
> >> Everything went fine.
> >>
> >> As stated at
> >> https://docs.openstack.org/newton/install-guide-rdo/
> >> launch-instance-networks-provider.html#launch-instance-
> networks-provider
> >> I tried to create a provider network. I succeeded with this, but I
> >> wanted
> >> to make some changes, so I have deleted it and tried to recreate it, but
> >> it fails with the following:
> >>
> >> [root@controller ~]# openstack network create  --share --external \
> >> >   --provider-physical-network provider \
> >> >   --provider-network-type flat provider
> >> HttpException: Conflict
> >> [root@controller ~]#
> >>
> >> When I try the same with the neutron command, I am getting the
> >> following:
> >>
> >> [root@controller ~]# neutron net-create --shared
> >> --provider:physical_network provider \
> >> >   --provider:network_type flat provider
> >> Unable to create the flat network. Physical network provider is in use.
> >> Neutron server returns request_ids:
> >> ['req-169949d5-56c6-44e8-b5c7-d251dcf98fc2']
> >> [root@controller ~]#
> >>
> >> Any suggestions?
> >>
> >> Thanks!
> >>
> >>
> >> ___
> >> OpenStack-operators mailing list
> >> OpenStack-operators@lists.openstack.org
> >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
> >>
> >
>
>
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] Cannot create provider network

2017-05-17 Thread sinan
Hello,

I have followed the installation documentation at
https://docs.openstack.org/newton/install-guide-rdo.

Everything went fine.

As stated at
https://docs.openstack.org/newton/install-guide-rdo/launch-instance-networks-provider.html#launch-instance-networks-provider
I tried to create a provider network. I succeeded with this, but I wanted
to make some changes, so I have deleted it and tried to recreate it, but
it fails with the following:

[root@controller ~]# openstack network create  --share --external \
>   --provider-physical-network provider \
>   --provider-network-type flat provider
HttpException: Conflict
[root@controller ~]#

When I try the same with the neutron command, I am getting the following:

[root@controller ~]# neutron net-create --shared
--provider:physical_network provider \
>   --provider:network_type flat provider
Unable to create the flat network. Physical network provider is in use.
Neutron server returns request_ids:
['req-169949d5-56c6-44e8-b5c7-d251dcf98fc2']
[root@controller ~]#

Any suggestions?

Thanks!


___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators