Networks and subnet not displayed in local neutron until accessed directly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Tricircle |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Hi,
When using Tricircle, users can create networks in "local" neutrons servers via the central neutron server
However those network are not displayed using neutron --os-region-
If that's a expected behavior (for example because the "local" neutron only display network that it already "know") it may be a good idea to consider documenting it: I literally spend hours wondering why those network were not created, in fact they were, they were just not displayed !
Please find bellow a command line trace:
- net0 is displayed only after a vm is attached to it
- net1 is displayed only after being explicitly requested using neutron net-show
- net2 is displayed since the begging, possibly because its a provider network and that the local neutron is aware of it since its creation.
Tested branch: stable/queens, did not test master.
Cheers,
--- snip ---
geb@ubuntu-
* stable/queens
geb@ubuntu-
Already up-to-date.
geb@ubuntu-
[[local|localrc]]
#######
# Customize the following HOST_IP based on your installation
#######
HOST_IP=10.0.0.200
ADMIN_PASSWORD=
MYSQL_PASSWORD=
RABBIT_
SERVICE_
SERVICE_
BRANCH=
#BRANCH=master
#######
# Customize the following section based on your installation
#######
# Neutron ML2 with OpenVSwitch
Q_PLUGIN=ml2
Q_AGENT=openvswitch
enable_plugin tricircle https:/
# enable_service n-novnc
# enable_service n-cauth
# disable_service tempest
# Disable security groups
Q_USE_SECGROUP=
LIBVIRT_
geb@ubuntu-
geb@ubuntu-
WARNING: setting legacy OS_TENANT_NAME to support cli tools.
geb@ubuntu-
geb@ubuntu-
geb@ubuntu-
+------
| Field | Value |
+------
| az_name | |
| dc_name | |
| pod_az_name | |
| pod_id | 8c3f4777-
| region_name | CentralRegion |
+------
geb@ubuntu-
+------
| Field | Value |
+------
| az_name | az1 |
| dc_name | |
| pod_az_name | |
| pod_id | d9405dec-
| region_name | RegionOne |
+------
geb@ubuntu-
geb@ubuntu-
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_
| id | c1d574e8-
| name | net0 |
| project_id | 7356729e64dc4e1
| provider:
| provider:
| provider:
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | |
| tags | |
| tenant_id | 7356729e64dc4e1
+------
geb@ubuntu-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Created a new subnet:
+------
| Field | Value |
+------
| allocation_pools | {"start": "10.0.0.2", "end": "10.0.0.254"} |
| cidr | 10.0.0.0/24 |
| created_at | 2018-07-
| description | |
| dns_nameservers | |
| enable_dhcp | True |
| gateway_ip | 10.0.0.1 |
| host_routes | |
| id | 3c0d9239-
| ip_version | 4 |
| ipv6_address_mode | |
| ipv6_ra_mode | |
| name | subnet0 |
| network_id | c1d574e8-
| project_id | 7356729e64dc4e1
| revision_number | 0 |
| subnetpool_id | |
| tags | |
| tenant_id | 7356729e64dc4e1
| updated_at | 2018-07-
+------
geb@ubuntu-
geb@ubuntu-
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_
| id | e02e4964-
| name | net1 |
| project_id | 7356729e64dc4e1
| provider:
| provider:
| provider:
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | |
| tags | |
| tenant_id | 7356729e64dc4e1
+------
geb@ubuntu-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Created a new subnet:
+------
| Field | Value |
+------
| allocation_pools | {"start": "10.0.1.2", "end": "10.0.1.254"} |
| cidr | 10.0.1.0/24 |
| created_at | 2018-07-
| description | |
| dns_nameservers | |
| enable_dhcp | True |
| gateway_ip | 10.0.1.1 |
| host_routes | |
| id | 78e3456b-
| ip_version | 4 |
| ipv6_address_mode | |
| ipv6_ra_mode | |
| name | subnet1 |
| network_id | e02e4964-
| project_id | 7356729e64dc4e1
| revision_number | 0 |
| subnetpool_id | |
| tags | |
| tenant_id | 7356729e64dc4e1
| updated_at | 2018-07-
+------
geb@ubuntu-
geb@ubuntu-
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_
| id | 40f77f33-
| name | net2 |
| project_id | 7356729e64dc4e1
| provider:
| provider:
| provider:
| router:external | True |
| shared | False |
| status | ACTIVE |
| subnets | |
| tags | |
| tenant_id | 7356729e64dc4e1
+------
geb@ubuntu-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Created a new subnet:
+------
| Field | Value |
+------
| allocation_pools | {"start": "10.0.2.2", "end": "10.0.2.254"} |
| cidr | 10.0.2.0/24 |
| created_at | 2018-07-
| description | |
| dns_nameservers | |
| enable_dhcp | True |
| gateway_ip | 10.0.2.1 |
| host_routes | |
| id | 48370b55-
| ip_version | 4 |
| ipv6_address_mode | |
| ipv6_ra_mode | |
| name | subnet2 |
| network_id | 40f77f33-
| project_id | 7356729e64dc4e1
| revision_number | 0 |
| subnetpool_id | |
| tags | |
| tenant_id | 7356729e64dc4e1
| updated_at | 2018-07-
+------
geb@ubuntu-
geb@ubuntu-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+------
| id | name | tenant_id | subnets |
+------
| 40f77f33-
| c1d574e8-
| e02e4964-
+------
geb@ubuntu-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+------
| id | name | tenant_id | cidr | allocation_pools |
+------
| 3c0d9239-
| 48370b55-
| 78e3456b-
+------
geb@ubuntu-
geb@ubuntu-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+------
| id | name | tenant_id | subnets |
+------
| 40f77f33-
+------
geb@ubuntu-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+------
| id | name | tenant_id | cidr | allocation_pools |
+------
| 48370b55-
+------
geb@ubuntu-
+------
| Property | Value |
+------
| OS-DCF:diskConfig | MANUAL |
| OS-EXT-
| OS-EXT-
| OS-EXT-
| OS-EXT-
| OS-EXT-
| OS-EXT-
| OS-EXT-
| OS-EXT-
| OS-EXT-
| OS-EXT-
| OS-EXT-
| OS-EXT-
| OS-EXT-
| OS-EXT-STS:vm_state | building |
| OS-SRV-
| OS-SRV-
| accessIPv4 | |
| accessIPv6 | |
| adminPass | aJrrsNok4JRF |
| config_drive | |
| created | 2018-07-
| description | - |
| flavor:disk | 1 |
| flavor:ephemeral | 0 |
| flavor:extra_specs | {} |
| flavor:
| flavor:ram | 512 |
| flavor:swap | 0 |
| flavor:vcpus | 1 |
| hostId | |
| host_status | |
| id | 779e1f92-
| image | cirros-
| key_name | - |
| locked | False |
| metadata | {} |
| name | vm1 |
| os-extended-
| progress | 0 |
| security_groups | default |
| status | BUILD |
| tags | [] |
| tenant_id | 7356729e64dc4e1
| updated | 2018-07-
| user_id | 3dbbc64227fd448
+------
geb@ubuntu-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+------
| id | name | tenant_id | subnets |
+------
| 40f77f33-
| c1d574e8-
+------
geb@ubuntu-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+------
| id | name | tenant_id | cidr | allocation_pools |
+------
| 3c0d9239-
| | | | | {"start": "10.0.0.4", "end": "10.0.0.254"} |
| 48370b55-
+------
geb@ubuntu-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+------
| Field | Value |
+------
| admin_state_up | True |
| availability_
| availability_zones | nova |
| created_at | 2018-07-
| description | |
| id | e02e4964-
| ipv4_address_scope | |
| ipv6_address_scope | |
| mtu | 1450 |
| name | net1 |
| port_security_
| project_id | 7356729e64dc4e1
| provider:
| provider:
| provider:
| revision_number | 2 |
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | 78e3456b-
| tags | |
| tenant_id | 7356729e64dc4e1
| updated_at | 2018-07-
+------
geb@ubuntu-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+------
| Field | Value |
+------
| allocation_pools | {"start": "10.0.1.4", "end": "10.0.1.254"} |
| | {"start": "10.0.1.1", "end": "10.0.1.2"} |
| cidr | 10.0.1.0/24 |
| created_at | 2018-07-
| description | |
| dns_nameservers | |
| enable_dhcp | True |
| gateway_ip | 10.0.1.3 |
| host_routes | |
| id | 78e3456b-
| ip_version | 4 |
| ipv6_address_mode | |
| ipv6_ra_mode | |
| name | subnet1 |
| network_id | e02e4964-
| project_id | 7356729e64dc4e1
| revision_number | 0 |
| service_types | |
| subnetpool_id | |
| tags | |
| tenant_id | 7356729e64dc4e1
| updated_at | 2018-07-
+------
geb@ubuntu-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+------
| id | name | tenant_id | subnets |
+------
| 40f77f33-
| c1d574e8-
| e02e4964-
+------
geb@ubuntu-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+------
| id | name | tenant_id | cidr | allocation_pools |
+------
| 3c0d9239-
| | | | | {"start": "10.0.0.1", "end": "10.0.0.2"} |
| 48370b55-
| 78e3456b-
| | | | | {"start": "10.0.1.4", "end": "10.0.1.254"} |
+------
-- snip ---
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
Changed in tricircle: | |
status: | New → Confirmed |
For better readability, please find the command-line execution trace here:
http:// paste.openstack .org/show/ 725417/