Managing OpenStack users

Follow this procedure to update the OpenStack plugin's Fabric Services System user account with a new password.
  1. Update the plugin .ini file (likely at /etc/neutron/plugins/ml2/ml2_conf_fss_connect.ini) with the new password:
    [ml2_fss_connect]
    uri = <fss uri>
    username = <username>
    password = <new password>
    deployment_name = <deployment name>
  2. Restart Neutron.