34ff72f253
The installed pip can be an older version which does not support the -c argument. Therefore, upgrade pip before using -c. Change-Id: If18d8ea822a62c8551c9c4d47354d58b0299fed2 Closes-Bug: 1744403
9 lines
344 B
YAML
9 lines
344 B
YAML
---
|
|
fixes:
|
|
- |
|
|
This fixes bug 1744403 where 60-ironic-agent-install fails to run
|
|
when DIB_INSTALLTYPE_ironic_agent=source is set. pip installs
|
|
constraints with the -c argument and this argument is a relatively
|
|
newer addion. The currently installed pip may not support that
|
|
option and must be upgraded before proceeding.
|