Advertisement
Guest User

Untitled

a guest
Nov 16th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.98 KB | None | 0 0
  1. root@stack-01:/etc/nova# apt-get install neutron-linuxbride-agent
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. E: Unable to locate package neutron-linuxbride-agent
  6. root@stack-01:/etc/nova# apt-get install neutron-linuxbridge-agent
  7. Reading package lists... Done
  8. Building dependency tree
  9. Reading state information... Done
  10. Some packages could not be installed. This may mean that you have
  11. requested an impossible situation or if you are using the unstable
  12. distribution that some required packages have not yet been created
  13. or been moved out of Incoming.
  14. The following information may help to resolve the situation:
  15.  
  16. The following packages have unmet dependencies:
  17.  neutron-linuxbridge-agent : Depends: neutron-common (= 2:8.1.2-1~bpo8+1) but it is not going to be installed
  18. E: Unable to correct problems, you have held broken packages.
  19. root@stack-01:/etc/nova# dpkg -l | grep neutron
  20. ii  neutron-common                   2014.1.3-12                           all          OpenStack virtual network service - common files
  21. ii  neutron-dhcp-agent               2014.1.3-12                           all          OpenStack virtual network service - DHCP agent
  22. ii  neutron-l3-agent                 2014.1.3-12                           all          OpenStack virtual network service - l3 agent
  23. ii  neutron-metadata-agent           2014.1.3-12                           all          OpenStack virtual network service - metadata agent
  24. ii  neutron-plugin-linuxbridge-agent 2014.1.3-12                           all          OpenStack virtual network service - Linux bridge agent
  25. ii  neutron-server                   2014.1.3-12                           all          OpenStack virtual network service - server
  26. ii  python-neutron                   2014.1.3-12                           all          OpenStack virtual network service - Python library
  27. ii  python-neutronclient             2.3.6-2                               all          client API library for Neutron
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement