Your message dated Thu, 07 Jun 2012 09:33:43 +0000
with message-id <[email protected]>
and subject line Bug#674451: fixed in python-novaclient 1:2012.1-3
has caused the Debian Bug report #674451,
regarding openstack-dashboard: Compilation failed on: 
http://localhost:8083/syspanel/
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
674451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674451
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openstack-dashboard
Version: 2012.1-4
Severity: grave
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***

- When I connect  with my web navigatpr and authentify myself, on:
http://localhost:8083 (The login page !)
The the dashbord fail the compilation with:
===8<
======================================================================
TypeError at /syspanel/

string indices must be integers, not str

Request Method:     GET
Request URL:    http://localhost:8083/syspanel/
Django Version:     1.4
Exception Type:     TypeError
Exception Value:    

string indices must be integers, not str

Exception Location:
/usr/lib/python2.7/dist-packages/novaclient/base.py in _list, line 76
Python Executable:  /usr/bin/python
Python Version:     2.7.3
Python Path:    

['/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../..',
 
'/usr/local/lib/python2.7/dist-packages/multiprocessing-2.6.2.1-py2.7-linux-x86_64.egg',
  '/usr/lib/python2.7',
   '/usr/lib/python2.7/plat-linux2',
    '/usr/lib/python2.7/lib-tk',
     '/usr/lib/python2.7/lib-old',
      '/usr/lib/python2.7/lib-dynload',
       '/usr/local/lib/python2.7/dist-packages',
        '/usr/lib/python2.7/dist-packages',
         '/usr/lib/python2.7/dist-packages/PIL',
          '/usr/lib/python2.7/dist-packages/gst-0.10',
           '/usr/lib/python2.7/dist-packages/gtk-2.0',
            '/usr/lib/pymodules/python2.7',
             '/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode',
              '/usr/share/openstack-dashboard/openstack_dashboard']

              Server time:  jeu, 24 Mai 2012 19:56:46 +0200

==8<===============================================================

If you want more output, tell me !

Thanks for the reply and the follow-up.

Best Regards,
Michael Chlon.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (999, 'testing'), (995, 'unstable'), (975, 'stable'), (500, 
'stable-updates'), (500, 'sid'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openstack-dashboard depends on:
ii  adduser                3.113+nmu1
ii  libjs-jquery           1.7.1-1
ii  python                 2.7.2-10
ii  python-cloudfiles      1.7.9.2-1
ii  python-django          1.4-1
ii  python-django-horizon  2012.1-4
ii  python-django-nose     0.1.3-1
ii  python-iso8601         0.1.4-2
ii  python-keystoneclient  2012.1-2
ii  python-openstackx      0~dev20111219-1

openstack-dashboard recommends no packages.

openstack-dashboard suggests no packages.

-- Configuration Files:
/etc/openstack-dashboard/local_settings.py changed:
import os
from django.utils.translation import ugettext_lazy as _
QUANTUM_ENABLED = False
DEBUG = True
TEMPLATE_DEBUG = DEBUG
PROD = False
USE_SSL = False
SECRET_KEY = 'elj1IWiLoWHgcyYxFVLj7cM5rGOOxWl0'
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
CACHE_BACKEND = 'locmem://'
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
OPENSTACK_HOST = "127.0.0.1"
OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0"; % OPENSTACK_HOST
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member"
OPENSTACK_KEYSTONE_BACKEND = {
    'name': 'native',
    'can_edit_user': True
}
API_RESULT_LIMIT = 1000
LOGGING = {
        'version': 1,
        # When set to True this will disable all logging except
        # for loggers specified in this configuration dictionary. Note that
        # if nothing is specified here and disable_existing_loggers is True,
        # django.db.backends will still log unless it is disabled explicitly.
        'disable_existing_loggers': False,
        'handlers': {
            'null': {
                'level': 'DEBUG',
                'class': 'django.utils.log.NullHandler',
                },
            'console': {
                # Set the level to "DEBUG" for verbose output logging.
                'level': 'INFO',
                'class': 'logging.StreamHandler',
                },
            },
        'loggers': {
            # Logging from django.db.backends is VERY verbose, send to null
            # by default.
            'django.db.backends': {
                'handlers': ['null'],
                'propagate': False,
                },
            'horizon': {
                'handlers': ['console'],
                'propagate': False,
            },
            'novaclient': {
                'handlers': ['console'],
                'propagate': False,
            },
            'keystoneclient': {
                'handlers': ['console'],
                'propagate': False,
            },
            'nose.plugins.manager': {
                'handlers': ['console'],
                'propagate': False,
            }
        }
}


-- no debconf information



--- End Message ---
--- Begin Message ---
Source: python-novaclient
Source-Version: 1:2012.1-3

We believe that the bug you reported is fixed in the latest version of
python-novaclient, which is due to be installed in the Debian FTP archive:

python-novaclient_2012.1-3.debian.tar.gz
  to main/p/python-novaclient/python-novaclient_2012.1-3.debian.tar.gz
python-novaclient_2012.1-3.dsc
  to main/p/python-novaclient/python-novaclient_2012.1-3.dsc
python-novaclient_2012.1-3_all.deb
  to main/p/python-novaclient/python-novaclient_2012.1-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ghe Rivero <[email protected]> (supplier of updated python-novaclient package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 07 Jun 2012 09:41:54 +0200
Source: python-novaclient
Binary: python-novaclient
Architecture: source all
Version: 1:2012.1-3
Distribution: unstable
Urgency: low
Maintainer: PKG OpenStack <[email protected]>
Changed-By: Ghe Rivero <[email protected]>
Description: 
 python-novaclient - client library for OpenStack Compute API
Closes: 665036 674451
Changes: 
 python-novaclient (1:2012.1-3) unstable; urgency=low
 .
   [ Ghe Rivero ]
   * Fixed FTBFS. Closes: #665036
   * Some depends and rules cleanup
 .
   [ Mehdi Abaakouk ]
   * Add depend on python-pkg-resources
   * Better exception handling (Closes: 674451)
   * Fixed URL to the format 1.0 for the debian/copyright file.
Checksums-Sha1: 
 c495b1c9d57a2ba5bfb2cd9d541a7f5b151d9597 1637 python-novaclient_2012.1-3.dsc
 40b48e44a340cb34d39b30a4a62afb902949123c 4140 
python-novaclient_2012.1-3.debian.tar.gz
 6eb4805bee743deb6ccd013f826613c35067cad9 52128 
python-novaclient_2012.1-3_all.deb
Checksums-Sha256: 
 87251ef6969e22e311904b1efd630da4c1867a52cb47594ce5d6c1e3af610ba7 1637 
python-novaclient_2012.1-3.dsc
 4d203af6e33c6713e47a2046b5ea4e535e5a72635ac79754bbe08637ea95423e 4140 
python-novaclient_2012.1-3.debian.tar.gz
 48ead4ee75281de80d544c4bd8ee072c9155af4a18213ff8a75b069971b6ff99 52128 
python-novaclient_2012.1-3_all.deb
Files: 
 333bbe6ed18ecba1979a1de4799706b1 1637 python optional 
python-novaclient_2012.1-3.dsc
 38f147ef6c762280f71c2a05112a26c9 4140 python optional 
python-novaclient_2012.1-3.debian.tar.gz
 ebcd9f523e858075f2ce4d8d93db7162 52128 python optional 
python-novaclient_2012.1-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk/QcDQACgkQZttaNibwIPcw1ACcDkjojHq9hdItYglgZqJo/y0Z
snUAnREmRA1i5606vjNTAAqqgiw+Cdy6
=CTFq
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to