← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1796236] Re: Failed to create network "admin"

 

So it looks that You don't have specified "tenant_network_types". As "type_drivers" You have enabled "vlan" and "flat" networks so You can create Your network by adding "--provider:network_type=vlan (or flat)".
Or You can add e.g. vxlan to type_drivers option and to tenant_network_types also and then if You not specify "provider:network_type" in Your request, vxlan network will be created.

Of course You can use also other type drivers instead of vxlan if You
want. It's just an example.

** Changed in: neutron
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1796236

Title:
  Failed to create network "admin"

Status in neutron:
  Invalid

Bug description:
  Hello
  I have a problem  with creating Network .
  I got this error 
  ///
  Error: Failed to create network "admin": Unable to create the network. No tenant network is available for allocation. Neutron server returns request_ids: ['req-d3120c4d-3fe4-4a61-b398-0465df1ee205']
  ///
  System  Ubuntu 16.04.5 LTS
  Openstack version : 3.2.0 Newton.
  Same errors in log :
  ///
  ///
  ///
  2018-10-05 09:10:46.161 25792 ERROR neutron.api.v2.resource NoNetworkAvailable: Unable to create the network. No tenant network is available for allocation.
  ///
  ///
  ///
  openstack network agent list
  +--------------------------------------+--------------------+-------------------------+-------------------+-------+-------+---------------------------+
  | ID                                   | Agent Type         | Host                    | Availability Zone | Alive | State | Binary                    |
  +--------------------------------------+--------------------+-------------------------+-------------------+-------+-------+---------------------------+
  | 46643b60-1b3c-4195-a807-ec73a0d16180 | Metadata agent     | controller.aaaa.com | None              | True  | UP    | neutron-metadata-agent    |
  | 7fbb4eb2-7335-45e3-a162-1a211d215937 | Linux bridge agent | compute1.aaaa.com   | None              | True  | UP    | neutron-linuxbridge-agent |
  | b9d6bb8c-0275-46cd-9eda-3000c9ce59b4 | DHCP agent         | controller.aaaa.com | nova              | True  | UP    | neutron-dhcp-agent        |
  | f97e7891-b917-4923-8032-02885c951f66 | Linux bridge agent | controller.aaaa.com | None              | True  | UP    | neutron-linuxbridge-agent |
  +--------------------------------------+--------------------+-------------------------+-------------------+-------+-------+---------------------------+
  root@controller:~# neutron ext-list
  +---------------------------+---------------------------------+
  | alias                     | name                            |
  +---------------------------+---------------------------------+
  | default-subnetpools       | Default Subnetpools             |
  | availability_zone         | Availability Zone               |
  | network_availability_zone | Network Availability Zone       |
  | binding                   | Port Binding                    |
  | agent                     | agent                           |
  | subnet_allocation         | Subnet Allocation               |
  | dhcp_agent_scheduler      | DHCP Agent Scheduler            |
  | tag                       | Tag support                     |
  | external-net              | Neutron external network        |
  | flavors                   | Neutron Service Flavors         |
  | net-mtu                   | Network MTU                     |
  | network-ip-availability   | Network IP Availability         |
  | quotas                    | Quota management support        |
  | provider                  | Provider Network                |
  | multi-provider            | Multi Provider Network          |
  | address-scope             | Address scope                   |
  | subnet-service-types      | Subnet service types            |
  | standard-attr-timestamp   | Resource timestamps             |
  | service-type              | Neutron Service Type Management |
  | extra_dhcp_opt            | Neutron Extra DHCP opts         |
  | standard-attr-revisions   | Resource revision numbers       |
  | pagination                | Pagination support              |
  | sorting                   | Sorting support                 |
  | security-group            | security-group                  |
  | rbac-policies             | RBAC Policies                   |
  | standard-attr-description | standard-attr-description       |
  | port-security             | Port Security                   |
  | allowed-address-pairs     | Allowed Address Pairs           |
  | project-id                | project_id field enabled        |
  +---------------------------+---------------------------------+
  //// 

  What can cause this problem?

  Thanks in advance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1796236/+subscriptions


References