Bug 901959
| Summary: | Symbolic link file - plugin.ini not updated when changing plugin | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Gary Kotton <gkotton> |
| Component: | openstack-quantum | Assignee: | Gary Kotton <gkotton> |
| Status: | CLOSED ERRATA | QA Contact: | Ofer Blaut <oblaut> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0 (Folsom) | CC: | chrisw, jhenner, jrd, ykaul |
| Target Milestone: | snapshot2 | Keywords: | Triaged |
| Target Release: | 2.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-quantum-2012.2.1-6.el6ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-14 18:24:55 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Gary Kotton
2013-01-20 08:11:33 UTC
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 |