tripleo-quickstart install-deps.sh bad option to yum-config-manager
Bug #1882396 reported by
Glenn Marcy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
New
|
Undecided
|
Unassigned |
Bug Description
When running a quickstart install, a message is printed
Error: No matching repo to modify: enable.
This is coming from the command at line 219 in install-deps.sh
yum-config-manager enable epel || true
where enable is being parsed as a repo name, not an option.
The correct syntax would be to use --enable
reproduce:
bash quickstart.sh --install-deps --override_
latest code from master
To post a comment you must log in.