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

jcloud openstack-neutron : Exception in thread "main" com.google.inject.ConfigurationException:

I am trying to use Jcloud openstack neutron API and I am hitting this exception when trying to run, I tried building the neutronApi as below. Took this as an example https://gist.github.com/everett-toews/8701756 Iterable modules =…
PDP
  • 151
  • 1
  • 5
  • 14
0
votes
1 answer

Set up devstack with two ethernet interfaces

I'm trying to setup a devstack VM using virt-manager. The VM must have two interfaces: 1 interface to the internet (eth0) and 1 interface to connect to another physical machine (eth1). I setup this at my…
capzulu
  • 105
  • 1
  • 4
  • 13
0
votes
1 answer

Routing in OpenStack

I want to configure routing and NAT via Neutron in OpenStack, How do I get started with it? I have created a network with two internal networks (and instances on them as well). Now I want to know the commands for configuring routing protocols and…
NewStacker
  • 17
  • 1
  • 6
0
votes
1 answer

can't get network-id using quantum_network in ansible ad-hoc command, while it works in neutron command

My environment: Ansible 1.7.1/Ubuntu I have a private OpenStack network, it works correctly if I use the neutron command: $ env | grep OS_ OS_PASSWORD=cai OS_AUTH_URL=http://demo-controller:35357/v2.0 OS_USERNAME=larry OS_TENANT_NAME=demo $ neutron…
Larry Cai
  • 55,923
  • 34
  • 110
  • 156
0
votes
1 answer

openstack instance getting ip and not getting ip

I am new to openstack and I followed the installation guide of icehouse for ubuntu 12.04/14.04 I chose 3 node architecture. Controller, Nova, Neutron. The 3 nodes are installed in VM's. I used nested KVM. Inside VM's kvm is supported so nova will…
paraflou
  • 413
  • 1
  • 7
  • 14
0
votes
1 answer

Openstack Neutron specify a network interface when associating a floating IP

I found the following REST API in Openstack [1] to associate a floating IP to a given server. There you can specify to which server this IP should be allocated to. My instance have multiple network interfaces (lets say eth0, eth1 eth2). This IP…
Udara S.S Liyanage
  • 6,189
  • 9
  • 33
  • 34
0
votes
0 answers

ERROR: Failed to attach interface (HTTP 500) (Request-ID: req-XXXX)

I have launched an instance with only one interface.When I tried to attach an additional interface to running instance I'm getting this error. Any idea? I'm using Neutron network. Also Additional interface and existing interface are on different…
0
votes
1 answer

how to assign network to vm using jclouds in openstack and How to list all networks in Openstack using Jclouds

Can someone help me understanding how to assign a specific network to a newly created VM using the JClouds API in OpenStack? I'm using following code to create the real server: CreateServerOptions[] serverOptions = new…
0
votes
1 answer

VPN Environment on non VLAN Netwoking in OpenStack

I have read the VPN ability of OpenStack here: Cloudpipe – Per Project Vpns One simple question: Is it possible to implement a VPN environment on a non-"VLAN Networking mode" (i.e. "Flat DHCP mode")? So when I access through the OpenVPN client, I'll…
Abz89
  • 1
  • 2
-1
votes
2 answers

Openstack compute node Port Binding Failed

Creation instance failed with error: Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance Controller node has not any errors. There is exception on compute…
-1
votes
1 answer

Are there changes between OpenStack Xenial/Pike and Xenial/Queens that would prevent JuJu from creating openvswitch bridges?

We've been running an OpenStack environment for the last 2 and a half years with a few hiccups along the way, but mostly with little downtime. Recently we've been trying to add a new piece of hardware to the stack as a nova-compute node to provide…
-1
votes
1 answer

Single Instance OpenStack IP Network Configuration

Am curious about how OpenStack handles IP configuration, i have a complete working openstack dashboard with a static IP of 192.168.1.73/24 and i want to change it to something else. Running as a VM using RHEL\Scientific Linux\Centos 7.5 as the Guest…
-1
votes
1 answer

Is there a repository for downloading sample component logs of openstack?

I am new to OpenStack, is there a repository where I can download OpenStack sample logs of each component to be used for analysis. I need to look for logs of each component that has a log level af error and critical. Found some logs on github and…
-1
votes
1 answer

Neutron Router is not replying arp requests

Neutron Router can ping the instance but Instance can not ping the router or external network. The instance is on provider network via DHCP outside nova. Following is the ping from router to instance [root@rishi2 ~(keystone_admin)]# ip netns exec…
Rushikesh J
  • 685
  • 1
  • 7
  • 14
-1
votes
1 answer

/usr/bin/systemctl start openstack-nova-api failed

Getting error when installing packstack. ERROR : Error appeared during Puppet run: x.x.x.x_api_nova.pp Error: Could not start Service[nova-api]: Execution of '/usr/bin/systemctl start openstack-nova-api' returned 1: Job for…
Dileep Nunna
  • 117
  • 3
  • 11
1 2 3
19
20