incorrect processing finish / in parameter 'URL to NSX bits'
Bug #1356294 reported by
Igor Gajsin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Igor Gajsin |
Bug Description
When we choose network type 'Neutron with VMware NSX plugin' we must set a url for download specific packages. There is parameter 'URL to NSX bits' in tab 'settings' with comment 'specify valid http url (e.g. http://
But if we set url like this deploy will fail because fuel doesn't download packages. For success url must have finish '/' (i.e. http://
Changed in fuel: | |
assignee: | nobody → Igor Gajsin (igajsin) |
Changed in fuel: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 5.1 |
To post a comment you must log in.
avior. It depend on settings of web-server. For example by default nginx work differently for locations '/path/to/package' and '/path/to/package/' but this feature may be changed by settings.
Also another web-servers may have another behavior.
When deploy Fuel doesn't check it but just hopes that URL-string and settings of web-server correspond to each other. If it doesn't happens deploy continues and has strange mistakes far-far away after error with downloads package.
Therefore I think Fuel must work correctly with finish '/' or drop deploy if it cann't download packages. First variant would be preffer.