When creating port failed, how could I do ?
Q. When the attempt to create a port has failed in ony of my networks, what can I do ?
A.
Usually, the first step is to gather detailed information about the Neutron network which you are using, with the command neutron net-show $networkId
.
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | True |
| availability_zone_hints | |
| availability_zones | nova |
| created_at | xxxx-xx-xxTxx:xx:xx |
| description | |
| id | 83d4d436-6a3c-498d-baf0-f5eb60c3c3dc |
| ipv4_address_scope | |
| ipv6_address_scope | |
| mtu | 1500 |
| name | internal |
| port_security_enabled | True |
| provider:network_type | vxlan |
| provider:physical_network | |
| provider:segmentation_id | 2 |
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | 0294a7f7-c0ab-48d4-b30a-3702c61099ab |
| tags | |
| tenant_id | 55549544de6a4270ac5f3104eb422a56 |
| updated_at | xxxx-xx-xxTxx:xx:xx |
+---------------------------+--------------------------------------+
If you find that the value of the shared
field is False, this means you only can create ports with the same tenant as the network.
Please verify that the tenant you are using is the same the tenant shown in the network section tenant_id
field.
If you find the network tenant is admin
and section shared
is False, please contact IBM Bluemix Private Cloud support for
help. They will help to adjust the network shared
to True, which will allow other projects use the network.