← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1524006] Re: NotImplementedError raised while create network using Nova REST API

 

** Also affects: nova
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1524006

Title:
  NotImplementedError raised while create network using Nova REST API

Status in OpenStack Compute (nova):
  New
Status in openstack-api-site:
  New

Bug description:
  Hi,

  I've stucked with error:
  {"computeFault":
  {"message": "Unexpected API Error. Please report this at
  http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\n
  <type 'exceptions.NotImplementedError'>", "code": 500}}

  It happened when I try create network for non-admin project using Nova REST API
  Source: http://developer.openstack.org/api-ref-compute-v2.1.html

  POST
  http://10.1.244.10:8774/v2.1/090aee2684a04e8397193a118a6e91b0/os-networks

  POST data:
  {
      "network": {
          "label": "scale-1-net",
          "cidr": "172.1.0.0/24",
          "mtu": 9000,
          "dhcp_server": "172.1.0.2",
          "enable_dhcp": false,
          "share_address": true,
          "allowed_start": "172.1.0.10",
          "allowed_end": "172.1.0.200"
      }
  }

  What's wrong?
  or
  What's the solution?

  Thanks a lot.
  -----------------------------------
  Release: 2.1.0 on 2015-12-08 06:12
  SHA: 60c5c2798004984738d171055dbc2a6fd37a85fe
  Source: http://git.openstack.org/cgit/openstack/nova/tree/api-guide/source/index.rst
  URL: http://developer.openstack.org/api-guide/compute/

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