Hi I am a newbie to horizon. I want to pass a few variable on
successful execution of workflow to the consecutive chained view. I
tried overriding the get_success_url() method and passing in
parameters using reverse("view_name", kwargs). However this requires
that the parameters be defined in the url definition. I do not want
parameters to show up in the url as I will be passing sensitive info
(eg password) to the next view.Could someone please suggest any alternate approach? Appreciate your help. Thank you. _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
