"HttpException :503" Displayed When Executing the openstack network agent list Command
Symptom
The message "HttpException: 503" is displayed after the openstack network agent list command is run.

Key Process and Cause Analysis
The Neutron password is incorrect.
Conclusion and Solution
- Reconfigure the Neutron password.
openstack user set --password NEW_PASSWORD USERNAME
- Check and correct the content of [keystone_authtoken] in the /etc/neutron/neutron.conf file.

- Restart the service for the modification to take effect.
systemctl restart neutron-server.service
Parent topic: OpenStack