yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24717
[Bug 1394505] [NEW] Heat stack_update needs password
Public bug reported:
This call needs also password:
https://github.com/openstack/horizon/blob/05ed60b123550c8e05746330ef2f228bdaccda50/openstack_dashboard/api/heat.py#L108
It should be
heat.heatclient(request, password).stacks.update(stack_id, **kwargs)
Otherwise it fails. Depends on configuration of heat, but default configuration needs password for create and update.
** Affects: horizon
Importance: Undecided
Assignee: Ladislav Smola (lsmola)
Status: New
** Tags: heat
** Changed in: horizon
Assignee: (unassigned) => Ladislav Smola (lsmola)
** Tags added: heat
--
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/1394505
Title:
Heat stack_update needs password
Status in OpenStack Dashboard (Horizon):
New
Bug description:
This call needs also password:
https://github.com/openstack/horizon/blob/05ed60b123550c8e05746330ef2f228bdaccda50/openstack_dashboard/api/heat.py#L108
It should be
heat.heatclient(request, password).stacks.update(stack_id, **kwargs)
Otherwise it fails. Depends on configuration of heat, but default configuration needs password for create and update.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1394505/+subscriptions
Follow ups
References