Comment 2 for bug 1440285

Revision history for this message
Abhijeet Malawade (abhijeet-malawade) wrote :

I am getting this error even after starting lbaas service.

$ neutron --version
2.6.0

 'neutron lb-pool-list' command is returning correct output but 'neutron lbaas-pool-list' is returning 404 error.

$ neutron lb-pool-list
+--------------------------------------+------+----------+-------------+----------+----------------+--------+
| id | name | provider | lb_method | protocol | admin_state_up | status |
+--------------------------------------+------+----------+-------------+----------+----------------+--------+
| 3b17e153-3b7b-40ea-918a-03063e9d3d22 | test | haproxy | ROUND_ROBIN | HTTP | True | ACTIVE |
+--------------------------------------+------+----------+-------------+----------+----------------+--------+

$ neutron lbaas-pool-list
404 Not Found

The resource could not be found.