openstack neutron 一路的坑

neutron版本R版

今天測試防火牆API時遇到一個奇怪現象,api接口404,

{

    "NeutronError": {

        "message": "The resource could not be found.",

        "type": "HTTPNotFound",

        "detail": ""

    }

}

然後使用openstack firewall group list命令也查不到,報錯404

The resource could not be found.
Neutron server returns request_ids: ['req-13aa40be-5f8b-41a4-98ce-ec253fd59e46']
 

以爲是防火牆服務掛了,配置一頓改,發現還是不行,查日誌

 "GET /v2.0/fwaas/firewall_groups HTTP/1.1" status: 404 

果然是接口404

翻來覆去想不明白,然後試了一下已經棄用的neutron命令

neutron firewall-list結果查出來了

然後看日誌,API是/v2.0/fw/firewall_groups

跟官網的不一致,一臉懵逼,然後用postman試了一下OK的

行吧。。。

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章