[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-12-11 Thread Corey Bryant
This bug was fixed in the package python-heatclient - 1.1.0-2ubuntu1~cloud0 --- python-heatclient (1.1.0-2ubuntu1~cloud0) trusty-mitaka; urgency=medium . * New update for the Ubuntu Cloud Archive. . python-heatclient (1.1.0-2ubuntu1) xenial; urgency=medium . *

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-12-11 Thread Corey Bryant
This bug was fixed in the package python-heatclient - 1.4.0-0ubuntu1~cloud1 --- python-heatclient (1.4.0-0ubuntu1~cloud1) xenial-newton; urgency=medium . * d/p/dont-encode-path-separators.patch: Cherry-pick patch from upstream stable/pike branch to stop encoding of path

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-12-11 Thread Corey Bryant
Regression testing has completed successfully. xenial-newton proposed with dev charms: == Totals == Ran: 102 tests in 1453.8196 sec. - Passed: 93 - Skipped: 9 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 787.9013 sec. xenial-newton

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-12-11 Thread Corey Bryant
This bug was fixed in the package python-heatclient - 1.8.0-0ubuntu3~cloud0 --- python-heatclient (1.8.0-0ubuntu3~cloud0) xenial-ocata; urgency=medium . * New update for the Ubuntu Cloud Archive. . python-heatclient (1.8.0-0ubuntu3) zesty; urgency=medium . *

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package python-heatclient - 1.8.0-0ubuntu3 --- python-heatclient (1.8.0-0ubuntu3) zesty; urgency=medium * d/p/dont-encode-path-separators.patch: Cherry-pick patch from upstream stable/pike branch to stop encoding of path separators as the are

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package python-heatclient - 1.1.0-2ubuntu1 --- python-heatclient (1.1.0-2ubuntu1) xenial; urgency=medium * d/p/dont-encode-path-separators.patch: Cherry-pick patch from upstream stable/pike branch to stop encoding of path separators as the are

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-12-05 Thread Corey Bryant
Regression testing was successful for mitaka. Tempest results for trusty-mitaka-proposed: == Totals == Ran: 102 tests in 973.8648 sec. - Passed: 93 - Skipped: 9 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 542.0364 sec. Tempest results

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-11-27 Thread Frode Nordahl
** Description changed: [Impact] We came across a situation where we were unable to view resources in a stack inside Horizon. We traced it down to a communication problem with the Heat Apache frontend and Heat. After adjusting the log level for Apache, we came across the following error in

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-11-27 Thread Frode Nordahl
** Description changed: [Impact] We came across a situation where we were unable to view resources in a stack inside Horizon. We traced it down to a communication problem with the Heat Apache frontend and Heat. After adjusting the log level for Apache, we came across the following error in

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-11-27 Thread Frode Nordahl
Completed verification for xenial by following the steps in the test case and verifying that the error is visible before upgrading to the proposed package and subsequently verifying that the error is no longer visible after upgrading to the proposed package. ** Description changed: [Impact]

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-10-25 Thread Corey Bryant
Regression testing with OpenStack tempest has completed successfully: xenial-ocata proposed stable charms: == Totals == Ran: 102 tests in 1742.1837 sec. - Passed: 93 - Skipped: 9 -

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-10-09 Thread Ɓukasz Zemczak
Hello Graham, or anyone else affected, Accepted python-heatclient into zesty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/python- heatclient/1.8.0-0ubuntu3 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-10-05 Thread Corey Bryant
New python-heatclient package versions have been uploaded to the zesty and xenial review queues and are awaying SRU review, and have been uploaded to newton-staging awaiting promotion to newton-proposed: https://launchpad.net/ubuntu/zesty/+queue?queue_state=1_text=

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-10-05 Thread Corey Bryant
Marked as invalid for charms and upstream heat since this looks to be limited to python-heatclient and is already fixed in upstream python- heatclient. ** Changed in: python-heatclient (Ubuntu Xenial) Importance: Undecided => High ** Changed in: python-heatclient (Ubuntu Xenial)

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-10-05 Thread Corey Bryant
** Also affects: cloud-archive Importance: Undecided Status: New ** Also affects: cloud-archive/mitaka Importance: Undecided Status: New ** Also affects: cloud-archive/newton Importance: Undecided Status: New ** Also affects: cloud-archive/ocata Importance:

[Bug 1717615] Re: encoded slashes being blocked by Apache

2017-10-05 Thread Corey Bryant
This appears to be completely fixed in python-heatclient by reverting to the default safe parameter for urllib quote calls [0] (default value is '/' - ie. specifies that '/' should not be quoted). [0] https://docs.python.org/2/library/urllib.html#urllib.quote The code base affected for