# openstack service create --name neutron --description "OpenStack Networking" network 1. 接着创建出三类endpoint访问端点, # openstack endpoint create --region RegionOne network public http://controller:9696 # openstack endpoint create --region RegionOne network internal http://controller:9696 # ...
openstack dashboard 在对实例进行操作的界面里,有两个功能pause和suspend的区别是什么 Pause/ Unpause : Stores the content of the VM in memory (RAM). Suspend/ Resume : Stores the content of the VM ondisk. It can be interesting for an administrator to suspend instances, if a maintenance is pla...