Advertisement
AshrafHassan

Contents of Plugins

Feb 16th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.62 KB | None | 0 0
  1. # ls -alt /etc/neutron/plugins/
  2. total 8
  3. drwxr-xr-x. 4 root neutron 4096 Feb 16 12:03 ..
  4. drwxr-xr-x. 2 root root      35 Feb 15 22:22 openvswitch
  5. drwxr-xr-x. 4 root root      34 Feb 15 22:22 .
  6. drwxr-xr-x. 2 root root    4096 Feb 15 22:22 ml2
  7. [root@servera nova]# ls -altR /etc/neutron/plugins/
  8. /etc/neutron/plugins/:
  9. total 8
  10. drwxr-xr-x. 4 root neutron 4096 Feb 16 12:03 ..
  11. drwxr-xr-x. 2 root root      35 Feb 15 22:22 openvswitch
  12. drwxr-xr-x. 4 root root      34 Feb 15 22:22 .
  13. drwxr-xr-x. 2 root root    4096 Feb 15 22:22 ml2
  14.  
  15. /etc/neutron/plugins/openvswitch:
  16. total 8
  17. -rw-r-----. 1 root neutron 5850 Feb 15 22:22 ovs_neutron_plugin.ini
  18. drwxr-xr-x. 2 root root      35 Feb 15 22:22 .
  19. drwxr-xr-x. 4 root root      34 Feb 15 22:22 ..
  20.  
  21. /etc/neutron/plugins/ml2:
  22. total 64
  23. -rw-r-----. 1 root neutron 3849 Feb 15 22:22 ml2_conf.ini
  24. drwxr-xr-x. 4 root root      34 Feb 15 22:22 ..
  25. drwxr-xr-x. 2 root root    4096 Feb 15 22:22 .
  26. -rw-r-----. 1 root neutron 3660 Oct 13 19:35 ml2_conf_arista.ini
  27. -rw-r-----. 1 root neutron 8691 Oct 13 19:35 ml2_conf_cisco.ini
  28. -rw-r-----. 1 root neutron  151 Oct 13 19:35 ml2_conf_mlnx.ini
  29. -rw-r-----. 1 root neutron  830 Oct 13 19:35 ml2_conf_ncs.ini
  30. -rw-r-----. 1 root neutron 1334 Oct 13 19:35 ml2_conf_sriov.ini
  31. -rw-r-----. 1 root neutron 1004 Oct 13 19:35 ml2_conf_brocade_fi_ni.ini
  32. -rw-r-----. 1 root neutron  370 Oct 13 19:35 ml2_conf_brocade.ini
  33. -rw-r-----. 1 root neutron 1071 Oct 13 19:35 ml2_conf_fslsdn.ini
  34. -rw-r-----. 1 root neutron  439 Oct 13 19:35 ml2_conf_ofa.ini
  35. -rw-r-----. 1 root neutron  959 Oct 13 19:35 nuage_plugin.ini
  36. -rw-r-----. 1 root neutron 4540 Oct 13 19:35 restproxy.ini
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement