最近几天什么都没动无法创建云主机了,经过一番查询 1.查日志 /data/jumpserver/logs 得到错误 HTTP exception thrown: Maximum number of ports exceeded 2.百度查了下,说是ip满了 于是修改/etc/neutron/neutron.conf vim /etc/neutron/neutron.conf # quota_subnet = 10 quota_subnet = 30 //修改subnet数量 # quota_po…