Configure Segments

Procedure

  1. Configure segments in the /etc/neutron/neutron.conf file.
    Ensure that the placement IP address points to the Nova server on the Controller node.
    [DEFAULT] 
    # ... 
    service_plugins = ..., segments 
    
    [placement] 
    auth_url = http://10.24.85.173/identity 
    project_domain_name = Default 
    project_name = service 
    user_domain_name = Default 
    password = apassword 
    username = nova 
    auth_url = http://10.24.85.173/identity_admin 
    auth_type = password 
    region_name = RegionOne
  2. Restart the Neutron server.