Quick Start scripts cannot locate Fuel ISO in 'iso' directory when executed inside Cygwin
Bug #1393557 reported by
Julia Varigina
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Serhii Ovsianikov | ||
6.0.x |
Fix Committed
|
High
|
Serhii Ovsianikov | ||
6.1.x |
Fix Committed
|
High
|
Serhii Ovsianikov |
Bug Description
Steps to reproduce:
1. Install Cygwin64 Terminal
2. Download Quick Start scripts vbox-scripts-5.1 from https:/
3. Download Fuel iso and place it in virtualbox\iso folder
4. Run Quick Start scripts inside Cygwin
Expected result:
Scripts create virtual machines
Actual Result:
Scripts print error message:
Checking for Mirantis OpenStack ISO image... Mirantis OpenStack image is not found. Please download it and put under 'iso' directory.
Workaround:
Edit all the *.sh scripts. Find all the 'source foo/bar.sh' and replace them with 'source ./foo/bar.sh'
Changed in fuel: | |
assignee: | nobody → Miroslav Anashkin (manashkin) |
Changed in fuel: | |
importance: | Undecided → High |
milestone: | none → 6.0 |
summary: |
- Quick Start scripts do not work inside Cygwin + Quick Start scripts cannot locate Fuel ISO in 'iso' directory when + executed inside Cygwin |
Changed in fuel: | |
status: | Triaged → Incomplete |
Changed in fuel: | |
status: | Won't Fix → In Progress |
Changed in fuel: | |
milestone: | 6.0 → 6.1 |
tags: | added: system-test-not-required |
To post a comment you must log in.
Yes, if current directory mismatch with the directory, where launch.sh is placed, relative paths may not work.