Activity log for bug #1579157

Date Who What changed Old value New value Message
2016-05-06 17:15:28 Jtwebman bug added bug
2016-05-06 17:30:01 Jtwebman description I install the latest python-novaclient using pip and when I run the nova list I get a ERROR (ImportError): No module named openstack.common. Here is the full output. The error about it is because I am pointing to rackspace I think. /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/shell.py:790: UserWarning: novaclient auth plugins that are not keystone are deprecated. Auth plugins should now be done as plugins to keystoneauth and selected with --os-auth-type or OS_AUTH_TYPE 'novaclient auth plugins that are not keystone are deprecated.' /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for identity.api.rackspacecloud.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) SubjectAltNameWarning ERROR (ImportError): No module named openstack.common Here is the pip version install info: pip show python-novaclient --- Metadata-Version: 2.0 Name: python-novaclient Version: 4.0.0 Summary: Client library for OpenStack Compute API Home-page: https://www.openstack.org Author: OpenStack Author-email: openstack-dev@lists.openstack.org Installer: pip License: Apache License, Version 2.0 Location: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Requires: oslo.i18n, oslo.serialization, requests, oslo.utils, iso8601, keystoneauth1, pbr, six, PrettyTable, simplejson, Babel Classifiers: Development Status :: 5 - Production/Stable Environment :: Console Environment :: OpenStack Intended Audience :: Developers Intended Audience :: Information Technology License :: OSI Approved :: Apache Software License Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 Entry-points: [console_scripts] nova = novaclient.shell:main pip list Babel (2.3.4) debtcollector (1.3.0) funcsigs (1.0.2) ip-associations-python-novaclient-ext (0.1) iso8601 (0.1.11) keystoneauth1 (2.6.0) monotonic (1.1) msgpack-python (0.4.7) netaddr (0.7.18) netifaces (0.10.4) os-diskconfig-python-novaclient-ext (0.1.3) os-networksv2-python-novaclient-ext (0.25) os-virtual-interfacesv2-python-novaclient-ext (0.19) oslo.i18n (3.6.0) oslo.serialization (2.4.0) oslo.utils (3.8.0) pbr (1.9.1) pip (8.1.1) positional (1.1.0) prettytable (0.7.2) python-novaclient (4.0.0) pytz (2016.4) rackspace-auth-openstack (1.3) rax-default-network-flags-python-novaclient-ext (0.3.2) rax-scheduled-images-python-novaclient-ext (0.3.1) requests (2.10.0) setuptools (18.2) simplejson (3.8.2) six (1.10.0) stevedore (1.12.0) wrapt (1.10.8) I install the latest python-novaclient using pip and when I run the nova list I get a ERROR (ImportError): No module named openstack.common. Here is the full output with debug. DEBUG (shell:1077) No module named openstack.common Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/shell.py", line 1075, in main OpenStackComputeShell().main(argv) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/shell.py", line 912, in main self.extensions = client.discover_extensions(api_version) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/client.py", line 753, in discover_extensions return [ext.Extension(name, module) for name, module in chain] File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/client.py", line 762, in _discover_via_python_path module = module_loader.load_module(name) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py", line 246, in load_module mod = imp.load_module(fullname, self.file, self.filename, self.etc) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ip_associations_python_novaclient_ext.py", line 16, in <module> from novaclient.openstack.common import cliutils as utils ImportError: No module named openstack.common ERROR (ImportError): No module named openstack.common Here is the pip version install info: pip show python-novaclient --- Metadata-Version: 2.0 Name: python-novaclient Version: 4.0.0 Summary: Client library for OpenStack Compute API Home-page: https://www.openstack.org Author: OpenStack Author-email: openstack-dev@lists.openstack.org Installer: pip License: Apache License, Version 2.0 Location: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Requires: oslo.i18n, oslo.serialization, requests, oslo.utils, iso8601, keystoneauth1, pbr, six, PrettyTable, simplejson, Babel Classifiers:   Development Status :: 5 - Production/Stable   Environment :: Console   Environment :: OpenStack   Intended Audience :: Developers   Intended Audience :: Information Technology   License :: OSI Approved :: Apache Software License   Operating System :: OS Independent   Programming Language :: Python   Programming Language :: Python :: 2   Programming Language :: Python :: 2.7   Programming Language :: Python :: 3   Programming Language :: Python :: 3.4 Entry-points:   [console_scripts]   nova = novaclient.shell:main pip list Babel (2.3.4) debtcollector (1.3.0) funcsigs (1.0.2) ip-associations-python-novaclient-ext (0.1) iso8601 (0.1.11) keystoneauth1 (2.6.0) monotonic (1.1) msgpack-python (0.4.7) netaddr (0.7.18) netifaces (0.10.4) os-diskconfig-python-novaclient-ext (0.1.3) os-networksv2-python-novaclient-ext (0.25) os-virtual-interfacesv2-python-novaclient-ext (0.19) oslo.i18n (3.6.0) oslo.serialization (2.4.0) oslo.utils (3.8.0) pbr (1.9.1) pip (8.1.1) positional (1.1.0) prettytable (0.7.2) python-novaclient (4.0.0) pytz (2016.4) rackspace-auth-openstack (1.3) rax-default-network-flags-python-novaclient-ext (0.3.2) rax-scheduled-images-python-novaclient-ext (0.3.1) requests (2.10.0) setuptools (18.2) simplejson (3.8.2) six (1.10.0) stevedore (1.12.0) wrapt (1.10.8)
2016-05-06 17:49:43 Jtwebman description I install the latest python-novaclient using pip and when I run the nova list I get a ERROR (ImportError): No module named openstack.common. Here is the full output with debug. DEBUG (shell:1077) No module named openstack.common Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/shell.py", line 1075, in main OpenStackComputeShell().main(argv) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/shell.py", line 912, in main self.extensions = client.discover_extensions(api_version) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/client.py", line 753, in discover_extensions return [ext.Extension(name, module) for name, module in chain] File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/client.py", line 762, in _discover_via_python_path module = module_loader.load_module(name) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py", line 246, in load_module mod = imp.load_module(fullname, self.file, self.filename, self.etc) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ip_associations_python_novaclient_ext.py", line 16, in <module> from novaclient.openstack.common import cliutils as utils ImportError: No module named openstack.common ERROR (ImportError): No module named openstack.common Here is the pip version install info: pip show python-novaclient --- Metadata-Version: 2.0 Name: python-novaclient Version: 4.0.0 Summary: Client library for OpenStack Compute API Home-page: https://www.openstack.org Author: OpenStack Author-email: openstack-dev@lists.openstack.org Installer: pip License: Apache License, Version 2.0 Location: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Requires: oslo.i18n, oslo.serialization, requests, oslo.utils, iso8601, keystoneauth1, pbr, six, PrettyTable, simplejson, Babel Classifiers:   Development Status :: 5 - Production/Stable   Environment :: Console   Environment :: OpenStack   Intended Audience :: Developers   Intended Audience :: Information Technology   License :: OSI Approved :: Apache Software License   Operating System :: OS Independent   Programming Language :: Python   Programming Language :: Python :: 2   Programming Language :: Python :: 2.7   Programming Language :: Python :: 3   Programming Language :: Python :: 3.4 Entry-points:   [console_scripts]   nova = novaclient.shell:main pip list Babel (2.3.4) debtcollector (1.3.0) funcsigs (1.0.2) ip-associations-python-novaclient-ext (0.1) iso8601 (0.1.11) keystoneauth1 (2.6.0) monotonic (1.1) msgpack-python (0.4.7) netaddr (0.7.18) netifaces (0.10.4) os-diskconfig-python-novaclient-ext (0.1.3) os-networksv2-python-novaclient-ext (0.25) os-virtual-interfacesv2-python-novaclient-ext (0.19) oslo.i18n (3.6.0) oslo.serialization (2.4.0) oslo.utils (3.8.0) pbr (1.9.1) pip (8.1.1) positional (1.1.0) prettytable (0.7.2) python-novaclient (4.0.0) pytz (2016.4) rackspace-auth-openstack (1.3) rax-default-network-flags-python-novaclient-ext (0.3.2) rax-scheduled-images-python-novaclient-ext (0.3.1) requests (2.10.0) setuptools (18.2) simplejson (3.8.2) six (1.10.0) stevedore (1.12.0) wrapt (1.10.8) I install the latest python-novaclient using pip and when I run the nova list I get a ERROR (ImportError): No module named openstack.common. I am on the latest Mac OS. Here is the full output with debug. DEBUG (shell:1077) No module named openstack.common Traceback (most recent call last):   File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/shell.py", line 1075, in main     OpenStackComputeShell().main(argv)   File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/shell.py", line 912, in main     self.extensions = client.discover_extensions(api_version)   File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/client.py", line 753, in discover_extensions     return [ext.Extension(name, module) for name, module in chain]   File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/client.py", line 762, in _discover_via_python_path     module = module_loader.load_module(name)   File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py", line 246, in load_module     mod = imp.load_module(fullname, self.file, self.filename, self.etc)   File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ip_associations_python_novaclient_ext.py", line 16, in <module>     from novaclient.openstack.common import cliutils as utils ImportError: No module named openstack.common ERROR (ImportError): No module named openstack.common Here is the pip version install info: pip show python-novaclient --- Metadata-Version: 2.0 Name: python-novaclient Version: 4.0.0 Summary: Client library for OpenStack Compute API Home-page: https://www.openstack.org Author: OpenStack Author-email: openstack-dev@lists.openstack.org Installer: pip License: Apache License, Version 2.0 Location: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Requires: oslo.i18n, oslo.serialization, requests, oslo.utils, iso8601, keystoneauth1, pbr, six, PrettyTable, simplejson, Babel Classifiers:   Development Status :: 5 - Production/Stable   Environment :: Console   Environment :: OpenStack   Intended Audience :: Developers   Intended Audience :: Information Technology   License :: OSI Approved :: Apache Software License   Operating System :: OS Independent   Programming Language :: Python   Programming Language :: Python :: 2   Programming Language :: Python :: 2.7   Programming Language :: Python :: 3   Programming Language :: Python :: 3.4 Entry-points:   [console_scripts]   nova = novaclient.shell:main pip list Babel (2.3.4) debtcollector (1.3.0) funcsigs (1.0.2) ip-associations-python-novaclient-ext (0.1) iso8601 (0.1.11) keystoneauth1 (2.6.0) monotonic (1.1) msgpack-python (0.4.7) netaddr (0.7.18) netifaces (0.10.4) os-diskconfig-python-novaclient-ext (0.1.3) os-networksv2-python-novaclient-ext (0.25) os-virtual-interfacesv2-python-novaclient-ext (0.19) oslo.i18n (3.6.0) oslo.serialization (2.4.0) oslo.utils (3.8.0) pbr (1.9.1) pip (8.1.1) positional (1.1.0) prettytable (0.7.2) python-novaclient (4.0.0) pytz (2016.4) rackspace-auth-openstack (1.3) rax-default-network-flags-python-novaclient-ext (0.3.2) rax-scheduled-images-python-novaclient-ext (0.3.1) requests (2.10.0) setuptools (18.2) simplejson (3.8.2) six (1.10.0) stevedore (1.12.0) wrapt (1.10.8)
2016-05-09 04:00:04 venkatamahesh python-novaclient: assignee venkatamahesh (venkatamaheshkotha)
2016-05-09 04:31:21 venkatamahesh python-novaclient: assignee venkatamahesh (venkatamaheshkotha)
2016-05-10 22:18:33 melanie witt python-novaclient: status New Invalid