---
title: 执行openstack network agent list时提示HttpException :503的解决方法
description: "执行命令openstack network agent list时提示“HttpException :503”。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengcpfs/troubleshooting/trouble/kunpengopenstackstein_09_0002_0.html
sourcePath: /source/zh/kunpengcpfs/troubleshooting/trouble/kunpengopenstackstein_09_0002_0.html
indexId: e0fe098f4938d55a02fb48f97f2cc537efa7951fba399f8f05c1e3a287f3ceec83
---
# 执行openstack network agent list时提示HttpException :503的解决方法

#### 问题现象描述

执行命令openstack network agent list时提示“HttpException :503”。


#### 关键过程、根本原因分析

neutron密码不正确。


#### 结论、解决方案及效果

1. 重新配置neutron密码。

```
openstack user set --password
NEW_PASSWORD
USERNAME
```


2. 检查配置文件“/etc/neutron/neutron.conf”的[keystone_authtoken]字段内容，并修改为正确的信息。
3. 重启服务，使修改后的配置生效。

```
systemctl restart neutron-server.service
```
