安装完openstack,进入web界面网络里发现少了个路由器,该怎么搞啊
在openstack私有云平台上,通过使用命令创建云主机内网int,子网intsubnet,虚拟机子网 IP 网段为10.10.0.0/24,网关为10.10.x.1。
[root@controller ~]# neutron net-create int
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Created a new network:
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | True |
| availability_zone_hints | |
| availability_zones | |
| created_at | 2021-05-11T17:19:43Z |
| description | |
| id | 31ad78b3-b5e3-41cb-adcb-0de351061ab1 |
| ipv4_address_scope | |
| ipv6_address_scope | |
| is_default | False |
| mtu | 1450 |
| name | int |
| port_security_enabled | True |
| project_id | 6edc32da421e4c6694c8c071c27f3bd4 |
| provider:network_type | vxlan |
| provider:physical_network | |
| provider:segmentation_id | 53 |
| revision_number | 2 |
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | |
| tags | |
| tenant_id | 6edc32da421e4c6694c8c071c27f3bd4 |
| updated_at | 2021-05-11T17:19:43Z |
+---------------------------+--------------------------------------+