openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #23220
Re: no IP for vm with quantum gre tunneling
Thanks for reply. Here are the config files:
# cat /etc/default/quantum-server
# You should choose one of this configuration file accord the installed backend
# QUANTUM_PLUGIN_CONFIG="/etc/quantum/plugins/nicira/nvp.ini"
# QUANTUM_PLUGIN_CONFIG="/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini"
# QUANTUM_PLUGIN_CONFIG="/etc/quantum/plugins/nec/nec.ini"
# QUANTUM_PLUGIN_CONFIG="/etc/quantum/plugins/ryu/ryu.ini"
# QUANTUM_PLUGIN_CONFIG="/etc/quantum/plugins/linuxbridge/linuxbridge_conf.ini"
QUANTUM_PLUGIN_CONFIG="/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini"
# cat /etc/quantum/quantum.conf
[DEFAULT]
lock_path = $state_path/lock
bind_host = 0.0.0.0
bind_port = 9696
core_plugin = quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2
api_paste_config = /etc/quantum/api-paste.ini
control_exchange = quantum
notification_driver = quantum.openstack.common.notifier.rpc_notifier
default_notification_level = INFO
notification_topics = notifications
rabbit_host=158.109.65.230
[QUOTAS]
[DEFAULT_SERVICETYPE]
[AGENT]
root_helper = sudo quantum-rootwrap /etc/quantum/rootwrap.conf
[keystone_authtoken]
auth_host = 158.109.65.21
auth_port = 35357
auth_protocol = http
admin_tenant_name = admin
admin_user = admin
admin_password = password
signing_dir = /var/lib/quantum/keystone-signing
# cat /etc/quantum/dhcp_agent.ini
[DEFAULT]
ovs_use_veth = True
enable_isolated_metadata = True
use_namespaces = True
interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
dhcp_driver = quantum.agent.linux.dhcp.Dnsmasq
Date: Thu, 2 May 2013 17:56:20 +0530
Subject: Re: [Openstack] no IP for vm with quantum gre tunneling
From: ashokkumaran.b@xxxxxxxxx
To: arindam@xxxxxxxx
CC: openstack@xxxxxxxxxxxxxxxxxxx
Can you share the following configuration files /etc/default/quantum-server, quantum.conf, quantum dhcp conf?
On Thu, May 2, 2013 at 4:15 PM, Arindam Choudhury <arindam@xxxxxxxx> wrote:
Hi,
I am very new to openstack. I am trying to install grizzly with quantum using gre and tunneling.
# nova-manage service list
Binary Host Zone Status State Updated_At
nova-conductor aopcsos internal enabled :-) 2013-05-02 10:42:32
nova-console aopcsos internal enabled :-) 2013-05-02 10:42:33
nova-scheduler aopcsos internal enabled :-) 2013-05-02 10:42:34
nova-cert aopcso1 internal enabled :-) 2013-05-02 10:42:36
nova-compute aopcso1 nova enabled :-) 2013-05-02 10:42:29
nova-consoleauth aopcsos internal enabled :-) 2013-05-02 10:42:34
I can launch a virtual machine. But it never gets a IP address.
The error message is:
/var/log/quantum/quantum-server.log:
2013-05-02 12:37:39 WARNING [quantum.db.agentschedulers_db] Fail scheduling network {'status': u'ACTIVE', 'subnets': [u'78bc7073-adcf-46ce-9096-8c5a569dc967'], 'name': u'net-user', 'provider:physical_network': None, 'admin_state_up': True, 'tenant_id': u'b6d37008724b4a32ae03ff9b44a85426', 'provider:network_type': u'gre', 'router:external': False, 'shared': False, 'id': u'11373f6b-5a9c-412a-83df-825aeaf72848', 'provider:segmentation_id': 2L}
Any help will be highly appreciated ...
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : openstack@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp
--
Regds,
Ashok ,
Delivery Consultant,
HP.
References