Comment 1 for bug 1714164

Revision history for this message
aswani kumar (aswanikumar90) wrote :

in /opt/contrail/bin/compute-server-setup.sh we are not handling single node to setup glance api-servers.
The below code missing for single node

    166 if [ $newton_or_above -eq 1 ]; then
    167 openstack-config --del /etc/nova/nova.conf glance host
    168 openstack-config --set /etc/nova/nova.conf glance api_servershttp://$CONTROLLER:9292