Files
api-ref
devstack
doc
source
_static
admin
cli
configuration
contributor
feature_classification
install
common
figures
ovn
shared
compute-install-obs.rst
compute-install-option1-obs.rst
compute-install-option1-rdo.rst
compute-install-option1-ubuntu.rst
compute-install-option2-obs.rst
compute-install-option2-rdo.rst
compute-install-option2-ubuntu.rst
compute-install-rdo.rst
compute-install-ubuntu.rst
concepts.rst
controller-install-obs.rst
controller-install-option1-obs.rst
controller-install-option1-rdo.rst
controller-install-option1-ubuntu.rst
controller-install-option2-obs.rst
controller-install-option2-rdo.rst
controller-install-option2-ubuntu.rst
controller-install-rdo.rst
controller-install-ubuntu.rst
environment-networking-compute-obs.rst
environment-networking-compute-rdo.rst
environment-networking-compute-ubuntu.rst
environment-networking-controller-obs.rst
environment-networking-controller-rdo.rst
environment-networking-controller-ubuntu.rst
environment-networking-obs.rst
environment-networking-rdo.rst
environment-networking-storage-cinder.rst
environment-networking-ubuntu.rst
environment-networking-verify-obs.rst
environment-networking-verify-rdo.rst
environment-networking-verify-ubuntu.rst
index.rst
install-obs.rst
install-rdo.rst
install-ubuntu.rst
overview.rst
verify-option1.rst
verify-option2.rst
verify.rst
ovn
reference
_intro.rst
conf.py
index.rst
pdf-index.rst
Makefile
requirements.txt
etc
neutron
playbooks
rally-jobs
releasenotes
roles
tools
vagrant
zuul.d
.coveragerc
.gitignore
.gitreview
.mailmap
.pylintrc
.stestr.conf
CONTRIBUTING.rst
HACKING.rst
LICENSE
README.rst
TESTING.rst
bindep.txt
plugin.spec
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
neutron/doc/source/install/verify-option2.rst
Rodolfo Alonso Hernandez c6a83988ea Replace Linux Bridge with Open vSwitch in installation docs
This patch replaces the Linux Bridge references with Open vSwitch in
the installation manuals.

Closes-Bug: #1996772
Change-Id: Ib63daad7fac52e1e10dca2e98add01d5ee7635a3
2022-11-13 19:46:56 +01:00

1.6 KiB

Networking Option 2: Self-service networks

  • List agents to verify successful launch of the neutron agents:

    $ openstack network agent list
    
    +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+
    | ID                                   | Agent Type         | Host       | Availability Zone | Alive | State | Binary                    |
    +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+
    | f49a4b81-afd6-4b3d-b923-66c8f0517099 | Metadata agent     | controller | None              | True  | UP    | neutron-metadata-agent    |
    | 27eee952-a748-467b-bf71-941e89846a92 | Open vSwitch agent | controller | None              | True  | UP    | neutron-openvswitch-agent |
    | 08905043-5010-4b87-bba5-aedb1956e27a | Open vSwitch agent | compute1   | None              | True  | UP    | neutron-openvswitch-agent |
    | 830344ff-dc36-4956-84f4-067af667a0dc | L3 agent           | controller | nova              | True  | UP    | neutron-l3-agent          |
    | dd3644c9-1a3a-435a-9282-eb306b4b0391 | DHCP agent         | controller | nova              | True  | UP    | neutron-dhcp-agent        |
    +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+

    The output should indicate four agents on the controller node and one agent on each compute node.