Description of problem: Updating plugins (for example OVS to linuxbridge) does not update the symbolic link file Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Install OVS plugin 2. Install linuxbridge plugin 3. Actual results: File /etc/quantum/plugin.ini has reference to OVS database Expected results: File /etc/quantum/plugin.ini should have reference to LB database Additional info:
Currently updated with f18 packages
It works , link is changed [root@intg-vdsb ~(keystone_admin)]$ ll /etc/quantum/plugin.ini lrwxrwxrwx. 1 root root 55 Feb 4 16:17 /etc/quantum/plugin.ini -> /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini [root@intg-vdsb ~(keystone_admin)]$ rpm -qa | grep quantum openstack-quantum-nicira-2012.2.1-6.el6ost.noarch python-quantumclient-2.1.10-1.el6ost.noarch openstack-quantum-2012.2.1-6.el6ost.noarch openstack-quantum-cisco-2012.2.1-6.el6ost.noarch openstack-quantum-metaplugin-2012.2.1-6.el6ost.noarch openstack-quantum-ryu-2012.2.1-6.el6ost.noarch openstack-quantum-openvswitch-2012.2.1-6.el6ost.noarch python-quantum-2012.2.1-6.el6ost.noarch openstack-quantum-nec-2012.2.1-6.el6ost.noarch openstack-quantum-linuxbridge-2012.2.1-6.el6ost.noarch [root@intg-vdsb ~(keystone_admin)]$ quantum-server-setup Please select a plugin from: linuxbridge openvswitch Choice: linuxbridge Quantum plugin: linuxbridge Plugin: linuxbridge => Database: quantum_linux_bridge Please enter the password for the 'root' MySQL user: Verified connectivity to MySQL. User quantum already exists Please enter network device for VLAN trunking: eth3 Would you like to update the nova configuration files? (y/n): y Configuration updates complete! [root@intg-vdsb ~(keystone_admin)]$ ll /etc/quantum/plugin.ini lrwxrwxrwx. 1 root root 53 Feb 6 19:14 /etc/quantum/plugin.ini -> /etc/quantum/plugins/linuxbridge/linuxbridge_conf.ini
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0260.html