OpenStack: Difference between revisions

Line 143:
Create an instance:
Use vip4 Networks for it as it is a Server
 
neutron agent-list
<pre style="width: 1500px; overflow-x: scroll;">
+--------------------------------------+--------------------+------------------+-------------------+-------+----------------+---------------------------+
| id | agent_type | host | availability_zone | alive | admin_state_up | binary |
+--------------------------------------+--------------------+------------------+-------------------+-------+----------------+---------------------------+
| 293e5768-18ff-4733-aeaa-3faeff3f0165 | DHCP agent | cloud.centos.lan | nova | :-) | True | neutron-dhcp-agent |
| 2ee38f4f-351f-4a86-8f37-635ca07cc6f1 | Open vSwitch agent | cloud.centos.lan | | :-) | True | neutron-openvswitch-agent |
| cc037a05-0873-4fbd-8b44-85ec046ca264 | Metadata agent | cloud.centos.lan | | :-) | True | neutron-metadata-agent |
| eec3cee5-b3a1-4f98-85e7-89d6f5584d77 | L3 agent | cloud.centos.lan | nova | :-) | True | neutron-l3-agent |
| f8f85b4e-73f0-4636-9bef-a7cb68394c63 | Metering agent | cloud.centos.lan | | :-) | True | neutron-metering-agent |
+--------------------------------------+--------------------+------------------+-------------------+-------+----------------+---------------------------+
</pre>
 
= Troubleshooting =