Comment 2 for bug 1782026

Revision history for this message
Vlad Sorokin (vvsorokin) wrote :

Thank you for the prompt response :)

It's showing "subnets": 0 for both.

[vsorokin@xnode12-15 ~(keystone_admin)]$ neutron dhcp-agent-list-hosting-net vsorokin-VLAN403-net
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+--------------------------------------+-----------+----------------+-------+
| id | host | admin_state_up | alive |
+--------------------------------------+-----------+----------------+-------+
| 98cf9262-5271-4a1c-b0a1-f60b9f049c88 | tnode2-15 | True | :-) |
| b4ea7c48-87f8-40cd-a543-2143d3b7354a | hnode1-5 | True | :-) |
+--------------------------------------+-----------+----------------+-------+
[vsorokin@xnode12-15 ~(keystone_admin)]$
[vsorokin@xnode12-15 ~(keystone_admin)]$
[vsorokin@xnode12-15 ~(keystone_admin)]$
[vsorokin@xnode12-15 ~(keystone_admin)]$ neutron agent-show 98cf9262-5271-4a1c-b0a1-f60b9f049c88
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+---------------------+----------------------------------------------------------+
| Field | Value |
+---------------------+----------------------------------------------------------+
| admin_state_up | True |
| agent_type | DHCP agent |
| alive | True |
| availability_zone | nova |
| binary | neutron-dhcp-agent |
| configurations | { |
| | "subnets": 0, |
| | "dhcp_lease_duration": 86400, |
| | "dhcp_driver": "neutron.agent.linux.dhcp.Dnsmasq", |
| | "ports": 0, |
| | "log_agent_heartbeats": false, |
| | "networks": 1 |
| | } |
| created_at | 2018-07-13 18:10:11 |
| description | |
| heartbeat_timestamp | 2018-07-17 19:40:42 |
| host | tnode2-15 |
| id | 98cf9262-5271-4a1c-b0a1-f60b9f049c88 |
| started_at | 2018-07-17 18:41:12 |
| topic | dhcp_agent |
+---------------------+----------------------------------------------------------+
[vsorokin@xnode12-15 ~(keystone_admin)]$ neutron agent-show b4ea7c48-87f8-40cd-a543-2143d3b7354a
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+---------------------+----------------------------------------------------------+
| Field | Value |
+---------------------+----------------------------------------------------------+
| admin_state_up | True |
| agent_type | DHCP agent |
| alive | True |
| availability_zone | nova |
| binary | neutron-dhcp-agent |
| configurations | { |
| | "subnets": 0, |
| | "dhcp_lease_duration": 86400, |
| | "dhcp_driver": "neutron.agent.linux.dhcp.Dnsmasq", |
| | "ports": 0, |
| | "log_agent_heartbeats": false, |
| | "networks": 1 |
| | } |
| created_at | 2018-07-12 20:34:24 |
| description | |
| heartbeat_timestamp | 2018-07-17 19:41:01 |
| host | hnode1-5 |
| id | b4ea7c48-87f8-40cd-a543-2143d3b7354a |
| started_at | 2018-07-16 20:47:31 |
| topic | dhcp_agent |
+---------------------+----------------------------------------------------------+
[vsorokin@xnode12-15 ~(keystone_admin)]$