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
0 answers

Traffic Control in OpenStack Neutron with either TC or OpenVSwitch

As far as I know, QoS in OpenStack Neutron is still under development and not production-ready (I could be wrong on this point though, shout at me if so...), but we are required to implement traffic control in our cloud environment. Hence, we are…
guoger
  • 33
  • 1
  • 7
0
votes
0 answers

When installing neutron ovn from openstack-ansible, ovs will be installed automatically if install_method is set to distro

We are trying to install openstack through openstack-ansible and configure neutron with ovn. The installation version was yoga/zed, and ovn was configured by referring to the link below. yoga :…
Aaron
  • 1
  • 1
0
votes
0 answers

Openstack kolla FWaaS Zed setup

I have set up OpenStack with Kolla-Ansible Zed. However, I noticed that there is no enable_plugin option in the /etc/kolla/global.yml file. Now, I am trying to install FWaaS (Firewall-as-a-Service) following the instructions provided in this…
0
votes
0 answers

Openstack - security group rule priority

How can I set priority to security group rules in OpenStack via API? For example, I would like to banned one output port and I would not like the user can override it by another rule.
Bani
  • 19
  • 6
0
votes
1 answer

How to disable or fix OpenStack intercepting DNS PTR queries

I have several virtual machines with Debian/GNU Linux running on OpenStack. When resolving their internal IPv4 addresses I get some strange results: # ip -c addr show dev eth0 2: eth0: mtu 1500 qdisc pfifo_fast…
pmhahn
  • 106
  • 7
0
votes
0 answers

Beginner: VM Instances Can't Access External Network And Few Other Questions

I was trying to deploy a multinode OpenStack cloud using Kolla-Ansible by following this doc and many others: https://docs.openstack.org/project-deploy-guide/kolla-ansible/2023.1/multinode.html. I want to clarify here that I'm very new in OpenStack…
0
votes
0 answers

Port mirroiring on Openstack

I'm using Openstack Zed on Ubuntu 22.04 deployed using MAAS and Juju. I'm trying to mirroir my traffic to an IDS instance. The option I've found so far is Tap as a Service. I've installed and configured it but my tap ports and flows stay DOWN. I…
0
votes
0 answers

Openstack Internal server error in adding external gateway to the router

I create a router without an external gateway. Then, I send the below input to this API to add an external gateway to the route. I get InternalServerError. All uuids exist in the…
Bani
  • 19
  • 6
0
votes
0 answers

Openstack - Failed to Create Instance using Availability Zone parameter

Summary I have fairly small Openstack Cluster with 2 AZ : AZ-GOLD-6248R have 3 compute node and AZ-E5-2630 have 1 compute node (both AZ had different specs) I can create instance to AZ-E5-2630 using Horizon or openstack CLI I cannot create instance…
0
votes
1 answer

In Openstack, as a user, how can I list or see the admin-created routers?

Using OpenStack-ansible Yoga : as a user in OpenStack I can see all admin-created provider networks in Horizon Network-Topology but I cannot see any admin-created routers, not in the Horizon interface and not in the cli interface. Consequence is…
Peter
  • 1
  • 1
0
votes
0 answers

CRITICAL neutron [-] Unhandled error: neutron.privileged.agent.linux.ip_lib.InterfaceOperationNotSupported Openstack

As per OpenStack nice documentation, I configure the neutron minimal setup with the "self-service network" option. when all configurations done i see the verify command "openstack network agent list" output not showing linuxbridge. then check the…
0
votes
0 answers

Keepalived load balancing traffic blocking on the OVN network

I have deployed OpenStack Yoga with OVN. Its a multi node HA setup. On OpenStack, I am testing Keepalived. Two Rocky Linux 8.7 instances were created, and Keepalived and Apache were installed for testing. VIP: 192.168.2.53 The issue is that the node…
0
votes
0 answers

canonical openstack horizon dashboard login not working

I have set up openstack yoga on ubuntu 22.04 using option2 selfservice network after creating the networks and flavours I install the horizon dashboard. when i go to log in using admin i get the following error in the log [Mon Dec 05 21:00:31.682242…
shorif2000
  • 351
  • 1
  • 8
  • 28
0
votes
1 answer

openstack selfservice network error Invalid input for operation: Segmentation ID should be lower or equal to 4095

I am running ubuntu 22.04 lts with openstack yoga. when i run the following command openstack network create selfservice --debug i get error POST call to network for http://controller1:9696/v2.0/networks used request id…
shorif2000
  • 351
  • 1
  • 8
  • 28
0
votes
1 answer

OpenStack Queens: Horizon Fails after rebooting the controller node

The controller node was rebooted and some VMs were running. After that, when logging to Horizon, I keep receiving the following error: Error: Unable to retrieve instances. And I can no longer see the VMs that was running. The following is the output…