ironic-python-agent/doc/source
Moshe Levi fe3b630360 Add vendor, product to interface information
This patch updates the interfaces JSON to include
vendor and  product
u'interfaces': [
    {
        u'mac_address': u'00:0c:29:8c:11:b1',
        u'name': u'eth0',
        u'ipv4_address': None,
        u'switch_chassis_descr': None,
        u'switch_port_descr': None,
        u'lldp': None,
        u'vendor': u'0x15b3',
        u'product': u'0x1014,
    }]

Co-Authored-By: yogananth subramanian <ysubrama@redhat.com>

Closes-Bug: #1611856

Change-Id: I8fa58dde29601abee959f74b69b692ed9eaffb94
2016-09-21 10:14:26 -04:00
..
conf.py Add sphinx build + basic documentation 2015-03-31 16:22:12 -07:00
index.rst Add vendor, product to interface information 2016-09-21 10:14:26 -04:00
metrics.rst Minor updates to metrics documentation 2016-08-11 23:09:12 -04:00
troubleshooting.rst Add basic troubleshooting doc 2016-06-10 12:25:43 -07:00