[openstack-dev] [Devstack] q-svc fails to start in devstack.

2014-08-18 Thread Parikshit Manur
Hi All,
Start of q-svc  in devstack fails with error message No type 
driver for tenant network_type: vxlan. Service terminated!. I have not choosen 
vxlan as ML2 type driver in localrc. I have added the details of localrc file 
for my setup below for reference. Can you please point out if I am missing any 
config or there is any workaround to fix the issue. Could you also point me to 
a separate mailing list for devstack related queries if there is any.

localrc file contents:

RECLONE=yes
DEST=/opt/stack
SCREEN_LOGDIR=/opt/stack/new/screen-logs
LOGFILE=/opt/stack/new/devstacklog.txt
DATABASE_PASSWORD=password
RABBIT_PASSWORD= password
SERVICE_TOKEN= password
SERVICE_PASSWORD= password
ADMIN_PASSWORD= password
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service q-lbaas
enable_service neutron
# Optional, to enable tempest configuration as part of devstack
enable_service tempest
Q_PLUGIN=ml2
Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch
Q_ML2_PLUGIN_TYPE_DRIVERS=vlan,flat
ML2_VLAN_RANGES=physnet1:1500:1600
ENABLE_TENANT_VLANS=True
PHYSICAL_NETWORK=physnet1
OVS_PHYSICAL_BRIDGE=br-eth1

Thanks,
Parikshit Manur

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Devstack] q-svc fails to start in devstack.

2014-08-18 Thread Brian Haley
When you don't specify it, the default network type is:

(from lib/neutron_plugins/ml2)
Q_ML2_TENANT_NETWORK_TYPE=${Q_ML2_TENANT_NETWORK_TYPE:-vxlan}

You can try specifying that as vlan in your local.conf file and see what 
happens.

-Brian

BTW, this probably should have just gone to openst...@lists.openstack.org, not
the -dev list.

On 08/18/2014 12:35 PM, Parikshit Manur wrote:
 Hi All,
 
 Start of q-svc  in devstack fails with error message “No type
 driver for tenant network_type: vxlan. Service terminated!”. I have not 
 choosen
 vxlan as ML2 type driver in localrc. I have added the details of localrc file
 for my setup below for reference. Can you please point out if I am missing any
 config or there is any workaround to fix the issue. Could you also point me 
 to a
 separate mailing list for devstack related queries if there is any.
 
  
 
 localrc file contents:
 
  
 
 RECLONE=yes
 
 DEST=/opt/stack
 
 SCREEN_LOGDIR=/opt/stack/new/screen-logs
 
 LOGFILE=/opt/stack/new/devstacklog.txt
 
 DATABASE_PASSWORD=password
 
 RABBIT_PASSWORD= password
 
 SERVICE_TOKEN= password
 
 SERVICE_PASSWORD= password
 
 ADMIN_PASSWORD= password
 
 disable_service n-net
 
 enable_service q-svc
 
 enable_service q-agt
 
 enable_service q-dhcp
 
 enable_service q-l3
 
 enable_service q-meta
 
 enable_service q-lbaas
 
 enable_service neutron
 
 # Optional, to enable tempest configuration as part of devstack
 
 enable_service tempest
 
 Q_PLUGIN=ml2
 
 Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch
 
 Q_ML2_PLUGIN_TYPE_DRIVERS=*vlan,flat*
 
 ML2_VLAN_RANGES=physnet1:1500:1600
 
 ENABLE_TENANT_VLANS=True
 
 PHYSICAL_NETWORK=physnet1
 
 OVS_PHYSICAL_BRIDGE=br-eth1
 
  
 
 Thanks,
 
 Parikshit Manur
 
  
 
 
 
 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Devstack] q-svc fails to start in devstack.

2014-08-18 Thread Kevin Benton
I'm not sure why, but the default tenant network type was changed to vxlan.
[1]

You now need to specify Q_ML2_TENANT_NETWORK_TYPE=vlan

1.
https://github.com/openstack-dev/devstack/commit/8feaf6c9516094df58df84479d73779e87a79264


On Mon, Aug 18, 2014 at 9:35 AM, Parikshit Manur parikshit.ma...@citrix.com
 wrote:

  Hi All,

 Start of q-svc  in devstack fails with error message “No
 type driver for tenant network_type: vxlan. Service terminated!”. I have
 not choosen vxlan as ML2 type driver in localrc. I have added the details
 of localrc file for my setup below for reference. Can you please point out
 if I am missing any config or there is any workaround to fix the issue.
 Could you also point me to a separate mailing list for devstack related
 queries if there is any.



 localrc file contents:



 RECLONE=yes

 DEST=/opt/stack

 SCREEN_LOGDIR=/opt/stack/new/screen-logs

 LOGFILE=/opt/stack/new/devstacklog.txt

 DATABASE_PASSWORD=password

 RABBIT_PASSWORD= password

 SERVICE_TOKEN= password

 SERVICE_PASSWORD= password

 ADMIN_PASSWORD= password

 disable_service n-net

 enable_service q-svc

 enable_service q-agt

 enable_service q-dhcp

 enable_service q-l3

 enable_service q-meta

 enable_service q-lbaas

 enable_service neutron

 # Optional, to enable tempest configuration as part of devstack

 enable_service tempest

 Q_PLUGIN=ml2

 Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch

 Q_ML2_PLUGIN_TYPE_DRIVERS=*vlan,flat*

 ML2_VLAN_RANGES=physnet1:1500:1600

 ENABLE_TENANT_VLANS=True

 PHYSICAL_NETWORK=physnet1

 OVS_PHYSICAL_BRIDGE=br-eth1



 Thanks,

 Parikshit Manur



 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




-- 
Kevin Benton
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev