Closed snaiksat closed 10 years ago
Please provide API methods to extract these details.
Sorry. We have to add these operations to api/grouppolicy.py
neutronclient(request).list_l3_policies(**kwargs).get('l3_policies') neutronclient(request).show_l3_policy(pc_id).get('l3_policy')
neutronclient(request).list_l2_policies(**kwargs).get('l2_policies') neutronclient(request).show_l2_policy(pc_id).get('l2_policy')
Added these methods and updated the group details tab with these.
The hyperlink will be to a page which has L2Policy and L3Policy details.