Questions tagged [openstack-neutron]

Neutron is an OpenStack project to provide "networking as a service" between interface devices.

Neutron enables Network-Connectivity-as-a-Service for other services, such as . Provides an API for users to define networks and the attachments into them. Has a pluggable architecture that supports many popular networking vendors and technologies.

Main plugins included in neutron are

Open vSwitch Plugin

Cisco UCS/Nexus Plugin

Cisco Nexus1000v Plugin

Linux Bridge Plugin

Modular Layer 2 Plugin

296 questions
0
votes
1 answer

Openstack Heat template for flat network

I have configured 2-Node Openstack(Icehouse) setup and heat is also configured. when creating instance using HOT template it is successfully launched. But when I'm trying to create the flat network using my yml file it shows below error- "Unable to…
IRSHAD
  • 2,855
  • 30
  • 39
0
votes
1 answer

Ubuntu Landscape Openstack install kilo neutron-l3-agent: unrecognized service

I am running a Ubuntu Landscape Openstack install version kilo. I need to restart my neutron-l3-agent, but every time I try I get this error neutron-l3-agent: unrecognized service. I am using this command sudo service neutron-l3-agent restart. What…
brotherchris
  • 47
  • 10
0
votes
1 answer

How to install OpenContrail without OpenStack

I want to understand what magic can OpenContrail do as Software Defined Networking and I am new to this OpenContrail Concept and VMs, etc. To understand this, I just want to install OpenContrail on my Ubuntu VM. I tried to follow this Official quick…
ganeshkaila
  • 123
  • 2
  • 10
0
votes
0 answers

Failed to launch instance

/etc/nova/nova-scheduler.log 2015-06-09 16:33:21.478 22017 INFO nova.scheduler.filter_scheduler [req-0a1934f9-2983-4d96-8410-f2a8747963da c8f956dbaa734f18836628172552645b 6c4ce8dfeeef4788a86d520020a50620] Attempting to build 1 instance(s) uuids:…
gaurav bajaj
  • 321
  • 3
  • 4
  • 10
0
votes
1 answer

Why there are multiple processes for neutron-server in Juno

In Juno with CentOS [root@opjuno ~(keystone_admin)]# pstree -p -s -G 3235 systemd(1)---neutron-server(3235)-+-neutron-server(3245) +-neutron-server(3246) …
0
votes
1 answer

Not able to create alarms using openstack API

Seeking help, I am not able to create Alarms using openstack API. Currently I am doing something like this : POST request to : http://controllerIP:8777/v2/alarms I have also set my headers [X-Auth-Token and Content-Type] And the Body I am sending…
maddy
  • 117
  • 7
0
votes
1 answer

OpenStack Juno (Devstack) - How to Specify New Neutron Plugin Configuration Files?

I wasn't certain whether to put this question on stackoverflow or serverfault, but I think it is more coding related than IT infrastructure related. I'm adding a new Neutron L3 plugin and have attempted to mimic the functionality of a few good…
Ezra
  • 922
  • 7
  • 10
0
votes
1 answer

openstack-Neutron-LBaaS 503 returned by Haproxy

Recently I am working on LBaaS service. When I set up a pool and it serves, the haproxy process randomly returns 503: 503 Service Unavailabe No server is available to handle this request And I am pretty sure when this problrm happened, member…
0
votes
1 answer

Openstack with neutron on two physical nodes

We have two physical system(ubuntu14.04.2) having 2 physical NIC each. Is it possible to install openstack(juno) with neutron on same ? Official documentation says that we need 3 nodes with network node having 3 NICs Any help would be greatly…
C Deepak
  • 1,258
  • 1
  • 17
  • 23
0
votes
1 answer

How can I configure Openstack Packstack Juno to work with external network on Centos 7

I have first disabled both NetworkManager and selinux on a Centos 7 x86_64 minimal install. I have followed the Red Hat instructions for deploying Openstack with Packstack here: https://openstack.redhat.com/Running_an_instance_with_Neutron After…
DevOops
  • 943
  • 2
  • 10
  • 21
0
votes
2 answers

Neutron in DevStack

I am trying to set up a machine with a single network card running DevStack with Neutron, but shack.sh is failing with 2014-12-16 23:39:47.221 | [ERROR] /home/stack/devstack/functions-common:1091 Failure creating private IPv4 subnet for…
Larry
  • 41
  • 1
  • 2
0
votes
3 answers

How to find a Linux namespace by network adapter?

I have a Linux server with multiple network namespaces defined: # ip netns…
0
votes
1 answer

Launch an openstack instance with two NIC

I want to launch a instance with two vNic card . On one vnic i want use for private network and other vNic use for public network, How we can do that in openstack ?
pawan
  • 1
  • 1
0
votes
1 answer

Openstack slow performance between compute nodes

I have a 2 nodes RDO installation, which went off without any issue. One node is allinone and second node is a compute node, installed as instructed at https://openstack.redhat.com/Adding_a_compute_node The problem is the network performance on the…
Alex
  • 897
  • 1
  • 11
  • 21
0
votes
1 answer

ODL and Openstack issue

I am running one controller and one compute node. Controller node is running both ODL and OpenStack. I created tenants, underthem i created networks and launched instances on them. All is see on ODL web GUI is 3 swithces, and I guess those are…