[
https://issues.apache.org/jira/browse/LIBCLOUD-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13909288#comment-13909288
]
Rahul Ranjan commented on LIBCLOUD-522:
---------------------------------------
I have added the two methods ex_create_balancer_policy(self, balancer,
policy_name, policy_type) and ex_destroy_balancer_policy(self, balancer,
policy_name) and also the dependent methods to get policy_name and policy_type.
here is the link to the added methods in elb.py
http://fpaste.org/79441/39305322/.
I am facing problem in debugging individual files and hence my test suits are
failing. I have followed the official documentation i.e. executing this $
PYTHONPATH=. python libcloud/test/<path to test file> command on the root
directory of the project but still it is yelling those methods
ex_create_balancer_policy() are not the Attributes of ElasticLBDriver object
error.
here is the link to the test_elb.py file http://fpaste.org/79446/39305442/
> Add policy management methods to the ELB driver
> -----------------------------------------------
>
> Key: LIBCLOUD-522
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-522
> Project: Libcloud
> Issue Type: Task
> Components: LoadBalancer
> Reporter: Tomaz Muraus
>
> Add extension methods for (security) policy management to the Amazon ELB
> driver and allow user to specify a policy when creating a driver.
> *
> http://aws.typepad.com/aws/2014/02/elastic-load-balancing-perfect-forward-secrecy-and-other-security-enhancements.html
> *
> http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-security-policy-options.html
> *
> http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_CreateLoadBalancerPolicy.html
> *
> http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_DeleteLoadBalancerPolicy.html
> *
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)