You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Wei Zhou (JIRA)" <ji...@apache.org> on 2013/02/13 14:58:13 UTC

[jira] [Created] (CLOUDSTACK-1256) change EnableStaticNat to async call

Wei Zhou created CLOUDSTACK-1256:
------------------------------------

             Summary: change EnableStaticNat to async call
                 Key: CLOUDSTACK-1256
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1256
             Project: CloudStack
          Issue Type: Improvement
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: API
    Affects Versions: 4.0.1
            Reporter: Wei Zhou


When I use EnableStaticNat in CloudStack UI, I have to wait 10 seconds for the response.
It is because that EnableStaticNat is sync call  [1]. 

However, the other calls about NAT, like DisableStaticNat and createIpForwardingRule and deleteIpForwardingRule, are all async call.

Maybe we need to change EnableStaticNat to async call.

[1] http://incubator.apache.org/cloudstack/docs/api/apidocs-4.0.0/TOC_Root_Admin.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira