← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1650330] [NEW] Support relative files when creating a Heat stack from a URL

 

Public bug reported:

Since bug 1512564 Horizon supports using get_file on URLs, when creating
a Heat stack. If you specify the template as a URL, it still expects the
files to be full URLs. It would be nice that to handle relative path
files so that get_file worked seamlessly. For example, if you have in
the template

resources:
  foo:
    type: dir/2.yaml

And you create the stack with http://example.com/templates/1.yaml
pointing to that, it would automatically fetch
http://example.com/templates/dir/2.yaml

Additionally it would be useful if the environment file was provided as
a URL, but it may be better to do that seperately.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1650330

Title:
  Support relative files when creating a Heat stack from a URL

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Since bug 1512564 Horizon supports using get_file on URLs, when
  creating a Heat stack. If you specify the template as a URL, it still
  expects the files to be full URLs. It would be nice that to handle
  relative path files so that get_file worked seamlessly. For example,
  if you have in the template

  resources:
    foo:
      type: dir/2.yaml

  And you create the stack with http://example.com/templates/1.yaml
  pointing to that, it would automatically fetch
  http://example.com/templates/dir/2.yaml

  Additionally it would be useful if the environment file was provided
  as a URL, but it may be better to do that seperately.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1650330/+subscriptions