[mos] UserWarning after image creation

Bug #1316446 reported by Sergey Murashov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
Low
Fuel Library (Deprecated)
7.0.x
Invalid
Low
Fuel Library (Deprecated)

Bug Description

Steps to reproduce:
1. Install OS on CentOS+Murano+GRE
2. Create image in glance(glance image-create --name linux --disk-format qcow2 --container-format bare --file cloud-fedora.qcow2 --is-public True)

Actual result:
Image should be created successfully but we see the following warning:
/usr/lib/python2.6/site-packages/eventlet/hubs/__init__.py:8: UserWarning: Module backports was already imported from /usr/lib64/python2.6/site-packages/backports/__init__.pyc, but /usr/lib/python2.6/site-packages is being added to sys.path
  import pkg_resources

Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote :

Reproduced on MOS 5.0

Changed in fuel:
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Mike Scherbakov (mihgen) wrote :

Does it affect deployment or operability of Fuel?

Changed in fuel:
milestone: none → 5.0
Revision history for this message
Sergey Murashov (smurashov) wrote :

No, it doesn't affect deployment or operability of Fuel

Changed in fuel:
milestone: 5.0 → 5.1
importance: Medium → Low
Dmitry Ilyin (idv1985)
summary: - UserWarning after image creation
+ [mos] UserWarning after image creation
Igor Marnat (imarnat)
no longer affects: fuel
Changed in mos:
milestone: none → 5.1
assignee: nobody → MOS Murano (mos-murano)
Revision history for this message
Serg Melikyan (smelikyan) wrote :

This warning message has nothing to do with Murano. This warning caused by imports defined in eventlets package

Changed in mos:
status: New → Invalid
importance: Undecided → Low
Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote :

Serg, it is invalid for Murano Team only, not for Fuel team.

Changed in mos:
status: Invalid → Confirmed
assignee: MOS Murano (mos-murano) → nobody
affects: mos → fuel
Changed in fuel:
milestone: 5.1 → none
Changed in fuel:
milestone: none → 5.1
Changed in fuel:
assignee: nobody → Fuel Library Team (fuel-library)
milestone: 5.1 → 6.0
Revision history for this message
Fabrizio Soppelsa (fsoppelsa) wrote :

Reproduced on MOS 5.1

1. Install OS on CentOS+GRE
2. Create image in glance

# glance image-list
/usr/lib/python2.6/site-packages/eventlet/hubs/__init__.py:8: UserWarning: Module backports was already imported from /usr/lib64/python2.6/site-packages/backports/__init__.pyc, but /usr/lib/python2.6/site-packages is being added to sys.path
  import pkg_resources
+--------------------------------------+--------+-------------+------------------+----------+--------+
| ID | Name | Disk Format | Container Format | Size | Status |
+--------------------------------------+--------+-------------+------------------+----------+--------+
| 448b60cb-c27b-429b-9999-7dda9c3db550 | TestVM | qcow2 | bare | 13167616 | active |
+--------------------------------------+--------+-------------+------------------+----------+--------+

Changed in fuel:
milestone: 6.0 → 6.1
Changed in fuel:
milestone: 6.1 → 7.0
Changed in fuel:
milestone: 7.0 → 6.1
status: Confirmed → Won't Fix
Revision history for this message
Mykola Grygoriev (mgrygoriev) wrote :

CentOS+GRE. There is no warning about "Module backports was already imported" already.

VERSION:
  feature_groups:
    - mirantis
  production: "docker"
  release: "7.0"
  openstack_version: "2014.2.2-7.0"
  api: "1.0"
  build_number: "26"
  build_id: "2015-07-06_18-08-24"
  nailgun_sha: "d040c5cebc9cdd24ef20cb7ecf0a337039baddec"
  python-fuelclient_sha: "315d8bf991fbe7e2ab91abfc1f59b2f24fd92f45"
  astute_sha: "9cbb8ae5adbe6e758b24b3c1021aac1b662344e8"
  fuel-library_sha: "251c54e8de2f41aacd260751e7a891e9fbffc45d"
  fuel-ostf_sha: "a752c857deafd2629baf646b1b3188f02ff38084"
  fuelmain_sha: "4f2dff3bdc327858fa45bcc2853cfbceae68a40c"

[root@node-2 ~]# glance image-list
/usr/lib/python2.6/site-packages/glanceclient/client.py:26: DeprecationWarning: `version` keyword is being deprecated. Please pass the version as part of the URL. http://$HOST:$PORT/v$VERSION_NUMBER
  DeprecationWarning)
+--------------------------------------+--------+-------------+------------------+----------+--------+
| ID | Name | Disk Format | Container Format | Size | Status |
+--------------------------------------+--------+-------------+------------------+----------+--------+
| bd152743-1635-46b2-b75c-275c27bf8edf | cirros | qcow2 | bare | 13287936 | active |
| ec6148ca-65a1-4a4f-bfb2-2260dafbce89 | TestVM | qcow2 | bare | 13167616 | active |
+--------------------------------------+--------+-------------+------------------+----------+--------+

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.