Bug 1320270 - Environment files don't seem to work with URL's
Summary: Environment files don't seem to work with URL's
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-heat
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 8.0 (Liberty)
Assignee: Zane Bitter
QA Contact: Amit Ugol
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-22 17:24 UTC by Eric Rich
Modified: 2016-04-26 18:20 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-22 22:10:35 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Eric Rich 2016-03-22 17:24:07 UTC
Description of problem:

When trying to build a sample stack based on the following: https://gitlab.cee.redhat.com/erich/heat-templates/tree/master I am not able to get deploy the stack with https url's like I am file:// url's 

    # heat stack-create mystack -f heat-templates/samples/stack.yaml -e heat-templates/samples/enviornment_url.yaml 

Fails with: 

ERROR: Error parsing template: mapping values are not allowed in this context
  in "<unicode string>", line 34, column 12

While: 

    # heat stack-create mystack -f heat-templates/samples/stack.yaml -e heat-templates/samples/enviornment_file .yaml

Succeeds.

Comment 3 Steve Baker 2016-03-22 20:52:49 UTC
I agree, the URL needs to be accessible from the client without any authentication

Comment 4 Zane Bitter 2016-03-22 22:10:35 UTC
Actually I believe you can authenticate with HTTP Basic Auth by putting the username and password in the URL. But in general, if the URL is not accessible to heat-engine then it won't work.


Note You need to log in before you can comment on or make changes to this bug.