Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. systemctl status neutron-server.service -l
  2.  
  3. raise ConfigFileParseError(pe.filename, str(pe))
  4. Sep 16 06:52:11 opstack_01 neutron-server[39407]: oslo.config.cfg.ConfigFileParseError: Failed to parse /etc/neutron/plugin.ini: at /etc/neutron/plugin.ini:8, Unexpected continuation line: ' type_drivers = flat'
  5.  
  6.  
  7.  
  8. /etc/neutron/plugins/ml2/ml2_conf.ini
  9.  
  10. [root@opstack_01 openstack(keystone_admin)]#
  11. [ml2]
  12. # (ListOpt) List of network type driver entrypoints to be loaded from
  13. # the neutron.ml2.type_drivers namespace.
  14. #
  15. # type_drivers = local,flat,vlan,gre,vxlan
  16. # type_drivers = vxlan
  17.  
  18. type_drivers = flat
  19.  
  20. # Example: type_drivers = flat,vlan,gre,vxlan
  21.  
  22. # (ListOpt) Ordered list of network_types to allocate as tenant
  23. # networks. The default value 'local' is useful for single-box testing
  24. # but provides no connectivity between hosts.
  25. #
  26. tenant_network_types = flat
  27. #tenant_network_types = vxlan
  28. # Example: tenant_network_types = vlan,gre,vxlan
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement