このセクションでは、VPNaaS サービスの動作を検証します。

admin クレデンシャルを読み込み、管理者専用 CLI コマンドへのアクセス権を取得します。

[root@controller ~]# . openrc/admin-openrc 
[root@controller ~]# 

neutron の extension list を確認します。vpnaas がリストに表示されていれば、正常にインストールがされています。

[root@controller ~]# neutron ext-list
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
| alias                          | name                                                                                                                                    |
+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
| default-subnetpools            | Default Subnetpools                                                                                                                     |
| availability_zone              | Availability Zone                                                                                                                       |
| network_availability_zone      | Network Availability Zone                                                                                                               |
| auto-allocated-topology        | Auto Allocated Topology Services                                                                                                        |
| ext-gw-mode                    | Neutron L3 Configurable external gateway mode                                                                                           |
| binding                        | Port Binding                                                                                                                            |
| agent                          | agent                                                                                                                                   |
| subnet_allocation              | Subnet Allocation                                                                                                                       |
| l3_agent_scheduler             | L3 Agent Scheduler                                                                                                                      |
| shared_pools                   | Shared pools for LBaaSv2                                                                                                                |
| external-net                   | Neutron external network                                                                                                                |
| standard-attr-tag              | Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip |
| flavors                        | Neutron Service Flavors                                                                                                                 |
| net-mtu                        | Network MTU                                                                                                                             |
| network-ip-availability        | Network IP Availability                                                                                                                 |
| quotas                         | Quota management support                                                                                                                |
| revision-if-match              | If-Match constraints based on revision_number                                                                                           |
| availability_zone_filter       | Availability Zone Filter Extension                                                                                                      |
| l3-ha                          | HA Router extension                                                                                                                     |
| provider                       | Provider Network                                                                                                                        |
| multi-provider                 | Multi Provider Network                                                                                                                  |
| quota_details                  | Quota details management support                                                                                                        |
| vpnaas                         | VPN service                                                                                                                             |
| address-scope                  | Address scope                                                                                                                           |
| extraroute                     | Neutron Extra Route                                                                                                                     |
| net-mtu-writable               | Network MTU (writable)                                                                                                                  |
| empty-string-filtering         | Empty String Filtering Extension                                                                                                        |
| subnet-service-types           | Subnet service types                                                                                                                    |
| port-mac-address-regenerate    | Neutron Port MAC address regenerate                                                                                                     |
| standard-attr-timestamp        | Resource timestamps                                                                                                                     |
| service-type                   | Neutron Service Type Management                                                                                                         |
| lb_network_vip                 | Create loadbalancer with network_id                                                                                                     |
| l3-flavors                     | Router Flavor Extension                                                                                                                 |
| port-security                  | Port Security                                                                                                                           |
| lbaas_agent_schedulerv2        | Loadbalancer Agent Scheduler V2                                                                                                         |
| hm_max_retries_down            | Add a fall threshold to health monitor                                                                                                  |
| extra_dhcp_opt                 | Neutron Extra DHCP options                                                                                                              |
| port-security-groups-filtering | Port filtering on security groups                                                                                                       |
| standard-attr-revisions        | Resource revision numbers                                                                                                               |
| lbaasv2                        | LoadBalancing service v2                                                                                                                |
| pagination                     | Pagination support                                                                                                                      |
| sorting                        | Sorting support                                                                                                                         |
| vpn-endpoint-groups            | VPN Endpoint Groups                                                                                                                     |
| security-group                 | security-group                                                                                                                          |
| dhcp_agent_scheduler           | DHCP Agent Scheduler                                                                                                                    |
| fip-port-details               | Floating IP Port Details Extension                                                                                                      |
| vpn-flavors                    | VPN Service Flavor Extension                                                                                                            |
| router_availability_zone       | Router Availability Zone                                                                                                                |
| lb-graph                       | Load Balancer Graph                                                                                                                     |
| rbac-policies                  | RBAC Policies                                                                                                                           |
| l7                             | L7 capabilities for LBaaSv2                                                                                                             |
| standard-attr-description      | standard-attr-description                                                                                                               |
| ip-substring-filtering         | IP address substring filtering                                                                                                          |
| router                         | Neutron L3 Router                                                                                                                       |
| allowed-address-pairs          | Allowed Address Pairs                                                                                                                   |
| binding-extended               | Port Bindings Extended                                                                                                                  |
| project-id                     | project_id field enabled                                                                                                                |
| dvr                            | Distributed Virtual Router                                                                                                              |
+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
[root@controller ~]#