88088445ab
Update neutron configuration for Liberty and address some consistency issues. Changes and testing specific to distribution packages primarily involve Ubuntu. Other distributions may require additional patches. Change-Id: I81b1adef8b0455e4415b1dee0f3b91cbe5f600fa Closes-Bug: 1502760 Implements: blueprint installguide-liberty
52 lines
2.6 KiB
ReStructuredText
52 lines
2.6 KiB
ReStructuredText
Verify operation
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
#. Source the ``admin`` credentials to gain access to admin-only CLI
|
|
commands:
|
|
|
|
.. code-block:: console
|
|
|
|
$ source admin-openrc.sh
|
|
|
|
#. List loaded extensions to verify successful launch of the
|
|
``neutron-server`` process:
|
|
|
|
.. code-block:: console
|
|
|
|
$ neutron ext-list
|
|
+-----------------------+-----------------------------------------------+
|
|
| alias | name |
|
|
+-----------------------+-----------------------------------------------+
|
|
| dns-integration | DNS Integration |
|
|
| address-scope | Address scope |
|
|
| ext-gw-mode | Neutron L3 Configurable external gateway mode |
|
|
| binding | Port Binding |
|
|
| agent | agent |
|
|
| subnet_allocation | Subnet Allocation |
|
|
| l3_agent_scheduler | L3 Agent Scheduler |
|
|
| external-net | Neutron external network |
|
|
| flavors | Neutron Service Flavors |
|
|
| net-mtu | Network MTU |
|
|
| quotas | Quota management support |
|
|
| l3-ha | HA Router extension |
|
|
| provider | Provider Network |
|
|
| multi-provider | Multi Provider Network |
|
|
| extraroute | Neutron Extra Route |
|
|
| router | Neutron L3 Router |
|
|
| extra_dhcp_opt | Neutron Extra DHCP opts |
|
|
| security-group | security-group |
|
|
| dhcp_agent_scheduler | DHCP Agent Scheduler |
|
|
| rbac-policies | RBAC Policies |
|
|
| port-security | Port Security |
|
|
| allowed-address-pairs | Allowed Address Pairs |
|
|
| dvr | Distributed Virtual Router |
|
|
+-----------------------+-----------------------------------------------+
|
|
|
|
Use the verification section for the networking option that you chose to
|
|
deploy.
|
|
|
|
.. toctree::
|
|
|
|
neutron-verify-option1.rst
|
|
neutron-verify-option2.rst
|