Hi,

The CLI example is capturing the requirement concisely. Thanks. 
One suggestion, you could bring the "--policy policy1" to the beginning of 
create-lb-l7rule command.

Also, could rename associate-lb-pool-vip to associate-lb-vip-pool

It will be best to define the db model to reflect the cli.

For ex.:
   class L7Rule {
     .....
      String SelectedPool # This should have been "String L7Policy"
   }

>>> neutron associate-lb-pool-vip --pool pool1 --vip vip1 --l7policy policy1
There should be a new collection/table to reflect the association of vip, pool, 
policy

Thanks,
Vijay V.


> -----Original Message-----
> From: Avishay Balderman [mailto:avish...@radware.com]
> Sent: Wednesday, November 20, 2013 9:06 PM
> To: OpenStack Development Mailing List (not for usage questions)
> Subject: [openstack-dev] [Neutron][LBaaS] L7 Switching
> 
> Hi
> I have created this wiki page: (WIP)
> https://wiki.openstack.org/wiki/Neutron/LBaaS/l7
> 
> Comments / Questions are welcomed.
> 
> Thanks
> 
> Avishay
> 
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to