Questions tagged [openstack-neutron]

Neutron is a virtual network service for Openstack. It is an OpenStack project to provide "networking as a service" between interface devices (e.g., vNICs) managed by other Openstack services (e.g., nova).

Neutron mission is to implement services and associated libraries to provide on-demand, scalable, and technology-agnostic network abstraction. Like Nova Networking, Neutron manages software-defined networking for your OpenStack installation. However, unlike Nova Networking, you can configure Neutron for advanced virtual network topologies, such as per-tenant private networks and more.

Starting in the Folsom release, Neutron is a core and supported part of the OpenStack platform. It was previously known as 'Quantum'.

References

  1. Official OpenStack Neutron Wiki
  2. Lanchpad Neutron page
84 questions
0
votes
2 answers

openstack installation rally error

I've got a problem throught installation of openstack in a VM Centos7 the error is: [root@localhost ~(keystone_admin)]# rally deployment create --fromenv --name=existing Command failed, please check log for more info 2019-09-02 01:58:54.144 17869…
0
votes
1 answer

kolla-build Error installing fluent-plugin-rewrite-tag-filter serverengine requires Ruby version >= 2.1.0

I am using kolla/kolla-ansible 5.0.0 and I just built all the container images and pushed them to my local docker registry. There is one image that kolla fails to build which is the fluentd image. Below is my error I get in the…
0
votes
0 answers

Why does “Watchdog: BUG: Soft lockup CPU” errors occur when running openstack containers in docker

I just deployed openstack using kolla and kolla-ansible stable/pike version. I deployed on one control node and one compute node. Both nodes are Dell PowerEdge 2950 servers that are running Centos 7. The deployment It worked but while I try to use…
0
votes
1 answer

How to connect to OpenStack instance (Ubuntu LXD Single Machine setup with conjure-up)

I installed Openstack on a single machine on Ubuntu 16.04 following the instructions from https://www.ubuntu.com/download/cloud/try-openstack. I found the LXD IP for Horizon and I'm able to create instances. I assigned a subnet to ext-net…
0
votes
1 answer

Openstack Neutron - error creating network - DBError Constraint Failed

I'm having an issue trying to create a network in Openstack Newton, tried with horizon and with the cli and both fail. > openstack network create --project admin --provider-network-type local --provider-physical-network default --provider-segment 1…
0
votes
0 answers

Directing traffic to inactive pool on openstack

We have an openstack setup where a load balancer is directing traffic to the default pool (lets call it green_pool in this case). During deployments we place the new build on the inactive pool (blue_pool) and access it to complete the final testing…
Vladimir
  • 179
  • 1
  • 1
  • 6
0
votes
0 answers

Configuration for connecting to subnet

I need to connect two virtual subnets. Hare is my topology on openstack: Network Topology There are two routers attached to blue network. First is external router on 192.168.9.1 gateway and second is connected to red network with 192.168.9.9…
0
votes
0 answers

Can openstack neutron integrate with an ethernet tap?

In our use case, we regularly need to capture traffic between every one of our nodes (telecom use, all signaling data is captured for generation of ladder diagrams/problem diagnosis/QoS validation). Our normal bare-metal method of doing this…
Matthew
  • 2,737
  • 8
  • 35
  • 51
0
votes
1 answer

Openstack installation on Debian 8 networking fails

I'm trying to install Openstack using this manual. I have two virtual nodes: controller1(controller) and cmp1(compute). Both of them have 2 interfaces. Eth0 of both nodes are in same bridge br0 on hypervisor and eth1 of both nodes are in…
AlexZ
  • 41
  • 7
0
votes
2 answers

Change Openstack Instance's Image

When creating an instance on openstack, it is automatically assigned an IP address on the subnet. I have an instance that has a bad image. The network is configured for the given IP address. Is there a way to change the image of an instance? I…
Josafoot
  • 113
  • 6
0
votes
0 answers

Why on network node not create tap* interface when created instance?

OS RHEL 7.2, openstack release - kilo. I have 4 node: controller, network, compute and block storage. I have some problem. When I create instance on Horizon, he get IP, but in network node not create tap*-interfaces. I look neutron and nova logs,…
0
votes
1 answer

How can i set rules on a NW interface to drop all DHCP/BOOTP messages

I have an openstack environment with a provider network scenario implemented using openvswitch. My openstack is installed on allinone node setup. Is there a way that i can disable/drop all DHCP requests that lands on oen of the network interfaces…
Gaurav Parashar
  • 113
  • 1
  • 8
0
votes
0 answers

OpenStack Mitaka - Instances have no net connectivity

I've followed the Mitaka setup guide for my first OpenStack cloud. This all went ok (2nd time around!), however i'm now having issues with networking. The instance launches ok, and it's assigned an IP via DHCP, but it won't ping. I don't know if…
epea
  • 406
  • 1
  • 9
  • 19
0
votes
1 answer

How to install ncclient correctly on CentOS7?

I am able to install ncclient within a virtual environment on Ubuntu 14.04 server using python pip. Also need to install ncclient within virtual environment on CentOS7 Gnome Desktop platform. But I tried to install and establish communication using…
Praveen
  • 1
  • 4
0
votes
1 answer

QoS/traffic-limit on internal ports in OpenVSwitch

I am currently trying to put traffic control on our OpenStack cloud and my questions in one sentence would be: is it possible at all to rate-limit particular port with type internal? The whole story is as following: We are running OpenStack Neutron…
guoger
  • 33
  • 1
  • 7