Hello Evrybody,
I'm trying to install openstack Folsom on RHEL 6, with the EPEL repos.
But something goe wrong when I try to get quantum and openvswitch working.
In quantum/server.log : ----------------------------------------------------------------- 2012-12-20 17:20:59 WARNING [quantum.api.extensions] extension flavor not supported by plugin <quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2 object at 0x3789590>
In quantum/openvswitch-agent.log ----------------------------------------------------------------- 2012-12-20 17:21:00 INFO [quantum.openstack.common.rpc.impl_qpid] Connected to AMQP server on pvidgsh001:5672 2012-12-20 17:21:00 INFO [quantum.plugins.openvswitch.agent.ovs_quantum_agent] Agent out of sync with plugin!
My google search wasn't give me any solution ... Can you help me plz ?
Thank you in advance !
I've configured the different services as follow :
/etc/nova/nova.conf ----------------------------------------------------------------- network_api_class = nova.network.quantumv2.api.API quantum_admin_username = quantum quantum_admin_password = servicepass quantum_admin_auth_url = http://127.0.0.1:35357/v2.0/ quantum_auth_strategy = keystone quantum_admin_tenant_name = service quantum_url = http://localhost:9696/ libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
/etc/quantum/quantum.conf ----------------------------------------------------------------- [DEFAULT] verbose = True debug = False bind_host = 0.0.0.0 bind_port = 9696 core_plugin = quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2 api_paste_config = api-paste.ini auth_strategy = keystone control_exchange = quantum list_notifier_drivers = quantum.openstack.common.notifier.rabbit_notifier rpc_backend = quantum.openstack.common.rpc.impl_qpid qpid_hostname = pvidgsh001
/etc/quantum/l3_agent.ini ----------------------------------------------------------------- [DEFAULT] interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver auth_url = http://localhost:35357/v2.0/ auth_region = RegionOne admin_tenant_name = service admin_user = quantum admin_password = servicepass root_helper = sudo quantum-rootwrap /etc/quantum/rootwrap.conf use_namespaces = False
/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini ----------------------------------------------------------------- [DATABASE] sql_connection = mysql://quantum:quantum@pvidgsh001/ovs_quantum # sql_max_retries = 10 reconnect_interval = 2
[OVS] tenant_network_type = local #network_vlan_ranges = default:2000:3999 #tunnel_id_ranges = integration_bridge = br-int #bridge_mappings = default:br-eth1
[AGENT] root_helper = sudo
symlink : ----------------------------------------------------------------- /etc/quantum/plugin.ini -> /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
Regards,
-- Benoit
On 12/21/2012 04:32 AM, Benoit ML wrote:
Hello Evrybody,
I'm trying to install openstack Folsom on RHEL 6, with the EPEL repos.
But something goe wrong when I try to get quantum and openvswitch working.
In quantum/server.log :
2012-12-20 17:20:59 WARNING [quantum.api.extensions] extension flavor not supported by plugin <quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2 object at 0x3789590>
This is normal - the flavor extension is implemented only by the metaplugin, and is used to address specific sub-plugins running under it.
This log message should probably be info rather than warning level.
In quantum/openvswitch-agent.log
2012-12-20 17:21:00 INFO [quantum.openstack.common.rpc.impl_qpid] Connected to AMQP server on pvidgsh001:5672 2012-12-20 17:21:00 INFO [quantum.plugins.openvswitch.agent.ovs_quantum_agent] Agent out of sync with plugin!
This log message is normal too - it just indicates that the agent is doing an RPC to synchronize its state with the quantum server. This always happens at startup, and can happen later.
Are you seeing other indications of a problem?
My google search wasn't give me any solution ... Can you help me plz ?
Thank you in advance !
-Bob
Hello,
Thank you for your reply. Well in fine it s juste a warning. Evrythink works for now, i will continue my testing.
I've activated the debug mode and see thaht about api version.
Regards,
Le 21/12/2012 15:13, Robert Kukura a écrit :
On 12/21/2012 04:32 AM, Benoit ML wrote:
Hello Evrybody,
I'm trying to install openstack Folsom on RHEL 6, with the EPEL repos.
But something goe wrong when I try to get quantum and openvswitch working.
In quantum/server.log :
2012-12-20 17:20:59 WARNING [quantum.api.extensions] extension flavor not supported by plugin <quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2 object at 0x3789590>
This is normal - the flavor extension is implemented only by the metaplugin, and is used to address specific sub-plugins running under it.
This log message should probably be info rather than warning level.
In quantum/openvswitch-agent.log
2012-12-20 17:21:00 INFO [quantum.openstack.common.rpc.impl_qpid] Connected to AMQP server on pvidgsh001:5672 2012-12-20 17:21:00 INFO [quantum.plugins.openvswitch.agent.ovs_quantum_agent] Agent out of sync with plugin!
This log message is normal too - it just indicates that the agent is doing an RPC to synchronize its state with the quantum server. This always happens at startup, and can happen later.
Are you seeing other indications of a problem?
My google search wasn't give me any solution ... Can you help me plz ?
Thank you in advance !
-Bob
cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud