Public bug reported:

Description
===========
I have deployed a new cloud using fuel (stable mitaka). I am not able to create 
an instance and getting an error in horizon stating - "Unable to create server"

Steps to reproduce
==================
Deploy cloud with two compute nodes and 1 controller

Expected result
===============
instance shall spawn successfully

Actual result
=============
Failed to spawn instance with an error

Environment
===========
1. Exact version of OpenStack you are running- openstack 3.8.1

2. Which hypervisor did you use?-----    Libvirt + KVM

2. Which storage type did you use? --- Ceph

root@node-67:/etc/nova# ceph tell osd.* version
osd.0: {
    "version": "ceph version 0.94.6 (e832001feaf8c176593e0325c8298e3f16dfb403)"
}
osd.1: {
    "version": "ceph version 0.94.6 (e832001feaf8c176593e0325c8298e3f16dfb403)"
}
osd.2: {
    "version": "ceph version 0.94.6 (e832001feaf8c176593e0325c8298e3f16dfb403)"
}
osd.3: {
    "version": "ceph version 0.94.6 (e832001feaf8c176593e0325c8298e3f16dfb403)"
}
root@node-67:/etc/nova#

3. Which networking type did you use?
   Neutron with OpenVSwitch

Logs & Configs
==============
root@node-67:~# openstack image list
WARNING: openstackclient.common.utils is deprecated and will be removed after 
Jun 2017. Please use osc_lib.utils. This warning is caused by an out-of-date 
import in /usr/lib/python2.7/dist-packages/saharaclient/osc/plugin.py
+--------------------------------------+--------+--------+
| ID                                   | Name   | Status |
+--------------------------------------+--------+--------+
| 10156482-48cc-4f7c-9e34-a056bc55d180 | KEMP   | active |
| ce3f9e90-95ad-478a-a756-214c703ffb64 | TestVM | active |
| 6ed88d21-635b-470e-809c-c326208ababd | UBUNTU | active |
+--------------------------------------+--------+--------+
root@node-67:~# openstack flavor list
WARNING: openstackclient.common.utils is deprecated and will be removed after 
Jun 2017. Please use osc_lib.utils. This warning is caused by an out-of-date 
import in /usr/lib/python2.7/dist-packages/saharaclient/osc/plugin.py
+--------------------------------------+-----------+-------+------+-----------+-------+-----------+
| ID                                   | Name      |   RAM | Disk | Ephemeral | 
VCPUs | Is Public |
+--------------------------------------+-----------+-------+------+-----------+-------+-----------+
| 1                                    | m1.tiny   |   512 |    1 |         0 | 
    1 | True      |
| 2                                    | m1.small  |  2048 |   20 |         0 | 
    1 | True      |
| 3                                    | m1.medium |  4096 |   40 |         0 | 
    2 | True      |
| 4                                    | m1.large  |  8192 |   80 |         0 | 
    4 | True      |
| 5                                    | m1.xlarge | 16384 |  160 |         0 | 
    8 | True      |
| c6ab0633-b07a-4e44-9a41-90d8c6c339ba | m1.micro  |    64 |    0 |         0 | 
    1 | True      |
+--------------------------------------+-----------+-------+------+-----------+-------+-----------+

root@node-67:~# openstack server create --image KEMP --flavor m1.small test
WARNING: openstackclient.common.utils is deprecated and will be removed after 
Jun 2017. Please use osc_lib.utils. This warning is caused by an out-of-date 
import in /usr/lib/python2.7/dist-packages/saharaclient/osc/plugin.py
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.
<type 'exceptions.ImportError'> (HTTP 500) (Request-ID: 
req-3c56b0db-6ddc-4489-a42a-6b09569fd66b)
root@node-67:~# cd /var/lo

All the other log files are attached.

** 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/1664850

Title:
  Error: Unable to create the server. Unexpected API Error.

Status in OpenStack Compute (nova):
  New

Bug description:
  Description
  ===========
  I have deployed a new cloud using fuel (stable mitaka). I am not able to 
create an instance and getting an error in horizon stating - "Unable to create 
server"

  Steps to reproduce
  ==================
  Deploy cloud with two compute nodes and 1 controller

  Expected result
  ===============
  instance shall spawn successfully

  Actual result
  =============
  Failed to spawn instance with an error

  Environment
  ===========
  1. Exact version of OpenStack you are running- openstack 3.8.1

  2. Which hypervisor did you use?-----    Libvirt + KVM

  2. Which storage type did you use? --- Ceph

  root@node-67:/etc/nova# ceph tell osd.* version
  osd.0: {
      "version": "ceph version 0.94.6 
(e832001feaf8c176593e0325c8298e3f16dfb403)"
  }
  osd.1: {
      "version": "ceph version 0.94.6 
(e832001feaf8c176593e0325c8298e3f16dfb403)"
  }
  osd.2: {
      "version": "ceph version 0.94.6 
(e832001feaf8c176593e0325c8298e3f16dfb403)"
  }
  osd.3: {
      "version": "ceph version 0.94.6 
(e832001feaf8c176593e0325c8298e3f16dfb403)"
  }
  root@node-67:/etc/nova#

  3. Which networking type did you use?
     Neutron with OpenVSwitch

  Logs & Configs
  ==============
  root@node-67:~# openstack image list
  WARNING: openstackclient.common.utils is deprecated and will be removed after 
Jun 2017. Please use osc_lib.utils. This warning is caused by an out-of-date 
import in /usr/lib/python2.7/dist-packages/saharaclient/osc/plugin.py
  +--------------------------------------+--------+--------+
  | ID                                   | Name   | Status |
  +--------------------------------------+--------+--------+
  | 10156482-48cc-4f7c-9e34-a056bc55d180 | KEMP   | active |
  | ce3f9e90-95ad-478a-a756-214c703ffb64 | TestVM | active |
  | 6ed88d21-635b-470e-809c-c326208ababd | UBUNTU | active |
  +--------------------------------------+--------+--------+
  root@node-67:~# openstack flavor list
  WARNING: openstackclient.common.utils is deprecated and will be removed after 
Jun 2017. Please use osc_lib.utils. This warning is caused by an out-of-date 
import in /usr/lib/python2.7/dist-packages/saharaclient/osc/plugin.py
  
+--------------------------------------+-----------+-------+------+-----------+-------+-----------+
  | ID                                   | Name      |   RAM | Disk | Ephemeral 
| VCPUs | Is Public |
  
+--------------------------------------+-----------+-------+------+-----------+-------+-----------+
  | 1                                    | m1.tiny   |   512 |    1 |         0 
|     1 | True      |
  | 2                                    | m1.small  |  2048 |   20 |         0 
|     1 | True      |
  | 3                                    | m1.medium |  4096 |   40 |         0 
|     2 | True      |
  | 4                                    | m1.large  |  8192 |   80 |         0 
|     4 | True      |
  | 5                                    | m1.xlarge | 16384 |  160 |         0 
|     8 | True      |
  | c6ab0633-b07a-4e44-9a41-90d8c6c339ba | m1.micro  |    64 |    0 |         0 
|     1 | True      |
  
+--------------------------------------+-----------+-------+------+-----------+-------+-----------+

  root@node-67:~# openstack server create --image KEMP --flavor m1.small test
  WARNING: openstackclient.common.utils is deprecated and will be removed after 
Jun 2017. Please use osc_lib.utils. This warning is caused by an out-of-date 
import in /usr/lib/python2.7/dist-packages/saharaclient/osc/plugin.py
  Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ 
and attach the Nova API log if possible.
  <type 'exceptions.ImportError'> (HTTP 500) (Request-ID: 
req-3c56b0db-6ddc-4489-a42a-6b09569fd66b)
  root@node-67:~# cd /var/lo

  All the other log files are attached.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to