[Openstack] Adding Custom form field in Openstack Dashboard.

Gabriel Hurley Gabriel.Hurley at nebula.com
Thu Oct 11 19:32:33 UTC 2012


That generic error is what happens when there's a 500 error on the server-side while submitting a form via AJAX. Take a look in the Horizon console log to see what really went wrong.


-          Gabriel

From: openstack-bounces+gabriel.hurley=nebula.com at lists.launchpad.net [mailto:openstack-bounces+gabriel.hurley=nebula.com at lists.launchpad.net] On Behalf Of Srikanth Kumar Lingala
Sent: Tuesday, October 09, 2012 12:22 AM
To: openstack at lists.launchpad.net; openstack-dev at lists.openstack.org
Subject: [Openstack] Adding Custom form field in Openstack Dashboard.

Hi all,
I have added my own custom text box field in the form 'Launch Instance' page. For that, I modified the following file:

/usr/lib/python2.7/dist-packages/horizon/dashboards/nova/instances/workflows.py

Added text box in the above script as follows:

sample = forms.CharField(max_length=15, label=_("Sample"), required=False)

Now, I want to access the posted value of the above field. For that, I am using context['sample'] variable. When I clicked on the 'Launch' button, I am getting a Horizon alert error as the following:
There was an error submitting the form. Please try again.

Please suggest me to fix the issue.
Thanks in advance.

--
----
Srikanth.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20121011/914e0e80/attachment.html>


More information about the Openstack mailing list