Bug 1007140 - python-django package conflict
Summary: python-django package conflict
Keywords:
Status: CLOSED DUPLICATE of bug 978647
Alias: None
Product: Fedora
Classification: Fedora
Component: openstack-packstack
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Derek Higgins
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-12 02:07 UTC by John Dennis
Modified: 2013-09-12 10:48 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-12 10:48:36 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description John Dennis 2013-09-12 02:07:02 UTC
When running packstack like this on F19 (fully updated):

packstack --allinone --os-quantum-install=n

These errors appear in the log:

Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-dashboard' returned 1: Error: python-django14 conflicts with python-django-1.5.2-1.fc19.noarch
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Error: /Stage[main]/Horizon/Package[horizon]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-dashboard' returned 1: Error: python-django14 conflicts with python-django-1.5.2-1.fc19.noarch
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

I think this error should have been filed against horizon but there is no openstack-horizon bugzilla component.

Comment 1 John Dennis 2013-09-12 02:12:04 UTC
The error appears near the end of the log file, I think it's directly related to the error in comment #1, just reported later.

2013-09-10 07:49:22::ERROR::run_setup::913::root:: Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 894, in main
    single_step_aio_install(options)
  File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 667, in single_step_aio_install
    single_step_install(options)
  File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 697, in single_step_install
    _main(answerfilepath)
  File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 577, in _main
    runSequences()
  File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 554, in runSequences
    controller.runAllSequences()
  File "/usr/lib/python2.7/site-packages/packstack/installer/setup_controller.py", line 90, in runAllSequences
    sequence.run(self.CONF)
  File "/usr/lib/python2.7/site-packages/packstack/installer/core/sequences.py", line 105, in run
    step.run(config=config)
  File "/usr/lib/python2.7/site-packages/packstack/installer/core/sequences.py", line 52, in run
    raise SequenceError(str(ex))
SequenceError: Error during puppet run : Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-dashboard' returned 1: Error: python-django14 conflicts with python-django-1.5.2-1.fc19.noarch

Comment 2 Pádraig Brady 2013-09-12 10:48:36 UTC
For now please `yum install python-django14` before running packstack. thanks

*** This bug has been marked as a duplicate of bug 978647 ***


Note You need to log in before you can comment on or make changes to this bug.