BadRequest: The requested availability zone is not available

Bug #1610309 reported by Boris Bobrov
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Won't Fix
High
MOS Packaging Team
Mitaka
Fix Released
High
MOS Packaging Team
Newton
Won't Fix
High
MOS Packaging Team

Bug Description

9.0-pkg-systest-ubuntu failed today: https://packaging-ci.infra.mirantis.net/job/9.0-pkg-systest-ubuntu/1426/

In logs there is http://paste.openstack.org/show/550635/

Snapshot is attached.

Revision history for this message
Boris Bobrov (bbobrov) wrote :
tags: added: area-library
Revision history for this message
Oleksiy Molchanov (omolchanov) wrote :

Nova team, can you check?

<179>Aug 5 07:19:50 node-1 nova-api: 2016-08-05 07:19:50.614 2843 ERROR stevedore.extension [req-378c9038-28ff-4f8a-9328-44281a702b9f 9675890e3e014648bb6a9d9d1dcec842 d8a95e29a6574e29bc8f42dab3587fd8 - - -] Could not load 'file': invalid limits: cpu_time
<179>Aug 5 07:19:50 node-1 nova-api: 2016-08-05 07:19:50.614 2843 ERROR stevedore.extension [req-378c9038-28ff-4f8a-9328-44281a702b9f 9675890e3e014648bb6a9d9d1dcec842 d8a95e29a6574e29bc8f42dab3587fd8 - - -] invalid limits: cpu_time

Revision history for this message
Sergey Nikitin (snikitin) wrote :
Revision history for this message
Sergey Nikitin (snikitin) wrote :

This change was included in python-oslo.concurrency 3.7.1 and you have oslo.concurrency 3.7.0. I think you need to update this package.

tags: removed: area-library
Revision history for this message
Igor Yozhikov (iyozhikov) wrote :

3.7.0 - is the latest tag in 9.0/mitaka branch of openstack/oslo.concurrency project
3.7.1 - resides in stable/mitaka branch
To be able to build package for 3.7.1 - at 1st is required to synchronize code from stable/mitaka to 9.0/mitaka

Revision history for this message
Ivan Udovichenko (iudovichenko) wrote :
Revision history for this message
Igor Yozhikov (iyozhikov) wrote :
Changed in fuel:
status: Confirmed → Won't Fix
Revision history for this message
Alexander Zatserklyany (zatserklyany) wrote :
Download full text (3.1 KiB)

Verified

root@node-1:~# nova aggregate-list
+----+------+-------------------+
| Id | Name | Availability Zone |
+----+------+-------------------+
+----+------+-------------------+
root@node-1:~# nova aggregate-create test_zone
+----+-----------+-------------------+-------+----------+
| Id | Name | Availability Zone | Hosts | Metadata |
+----+-----------+-------------------+-------+----------+
| 1 | test_zone | - | | |
+----+-----------+-------------------+-------+----------+
root@node-1:~# nova aggregate-list
+----+-----------+-------------------+
| Id | Name | Availability Zone |
+----+-----------+-------------------+
| 1 | test_zone | - |
+----+-----------+-------------------+
root@node-1:~# nova aggregate-details 1
+----+-----------+-------------------+-------+----------+
| Id | Name | Availability Zone | Hosts | Metadata |
+----+-----------+-------------------+-------+----------+
| 1 | test_zone | - | | |
+----+-----------+-------------------+-------+----------+
root@node-1:~# nova aggregate-add-host 1 node-4.test.domain.local
Host node-4.test.domain.local has been successfully added for aggregate 1
+----+-----------+-------------------+----------------------------+----------+
| Id | Name | Availability Zone | Hosts | Metadata |
+----+-----------+-------------------+----------------------------+----------+
| 1 | test_zone | - | 'node-4.test.domain.local' | |
+----+-----------+-------------------+----------------------------+----------+
root@node-1:~# nova aggregate-details test_zone
+----+-----------+-------------------+----------------------------+----------+
| Id | Name | Availability Zone | Hosts | Metadata |
+----+-----------+-------------------+----------------------------+----------+
| 1 | test_zone | - | 'node-4.test.domain.local' | |
+----+-----------+-------------------+----------------------------+----------+
root@node-1:~# nova aggregate-list
+----+-----------+-------------------+
| Id | Name | Availability Zone |
+----+-----------+-------------------+
| 1 | test_zone | - |
+----+-----------+-------------------+
root@node-1:~# nova aggregate-remove-host 1 node-4.test.domain.local
Host node-4.test.domain.local has been successfully removed from aggregate 1
+----+-----------+-------------------+-------+----------+
| Id | Name | Availability Zone | Hosts | Metadata |
+----+-----------+-------------------+-------+----------+
| 1 | test_zone | - | | |
+----+-----------+-------------------+-------+----------+
root@node-1:~# nova aggregate-list
+----+-----------+-------------------+
| Id | Name | Availability Zone |
+----+-----------+-------------------+
| 1 | test_zone | - |
+----+-----------+-------------------+
root@node-1:~# nova aggregate-delete 1
Aggregate 1 has been successfully deleted.
root@node-1:~# nova aggregate-list
+----+------+-------------------+
| Id | Name | Availability Zone |
+----+------+-------------------+
+----+------+--------------...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.