Bug 849479
| Summary: | python-novaclient missing dependency on python-setuptools | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Derek Higgins <derekh> |
| Component: | python-novaclient | Assignee: | Pádraig Brady <pbrady> |
| Status: | CLOSED DUPLICATE | QA Contact: | Yaniv Kaul <ykaul> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.0 (Essex) | CC: | apevec, jkt, pbrady |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-23 22:28:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 850975 *** |
Using python-novaclient-2012.1-1.el6.noarch on RHEL 6.3 the nova command line tool has a dependency on python-setuptools which isn't installed with the package [root@rhel63 ~]# yum install python-novaclient [root@rhel63 ~]# nova Traceback (most recent call last): File "/usr/bin/nova", line 5, in <module> from pkg_resources import load_entry_point ImportError: No module named pkg_resources [root@rhel63 ~]# yum install python-setuptools [root@rhel63 ~]# nova usage: nova [--debug] [--os_username OS_USERNAME] [--os_password OS_PASSWORD]