在控制節點上安裝nova元件完成後,以如下方式啟動時:
[root@controller ~]# systemctl enable openstack-nova-api.service openstack-nova-consoleauth.service openstack-nova-scheduler.service openstack-nova-conductor.service openstaci-nova-novncproxy.service
failed to execute operation: no such file or directory
於是我把它每個單獨啟動:
[root@controller ~]# systemctl enable openstack-nova-api.service
created symlink from /etc/systemd/system/multi-user.target.wants/openstack-nova-api.service to /usr/lib/systemd/system/openstack-nova-api.service.
[root@controller ~]# systemctl enable openstack-nova-consoleauth.service
failed to execute operation: no such file or directory
[root@controller ~]# systemctl enable openstack-nova-scheduler.service
created symlink from /etc/systemd/system/multi-user.target.wants/openstack-nova-scheduler.service to /usr/lib/systemd/system/openstack-nova-scheduler.service.
[root@controller ~]# systemctl enable openstack-nova-conductor.service
created symlink from /etc/systemd/system/multi-user.target.wants/openstack-nova-conductor.service to /usr/lib/systemd/system/openstack-nova-conductor.service.
[root@controller ~]# systemctl enable openstack-nova-novncproxy.service
created symlink from /etc/systemd/system/multi-user.target.wants/openstack-nova-novncproxy.service to /usr/lib/systemd/system/openstack-nova-novncproxy.service.
經過在網上查詢得知,nova-consoleauth從18.0.0版後就被棄用了。因此,想要啟動nova服務只需要
[root@controller ~]# systemctl start openstack-nova-api.service openstack-nova-scheduler.service openstack-nova-conductor.service openstack-nova-novncproxy.service
就可以了。
pymysql安裝 第八章 nova元件安裝2
1 在控制節點安裝nova元件 apt y install nova api nova placement api nova conductor nova consoleauth nova scheduler nova novncproxy python3 novaclient 配置檔案 mv et...
Vue在元件上使用v model
自定義事件也可以用於建立支援v model的自定義輸入元件。記住 v model searchtext 等價於 value searchtext input searchtext event.target.value 當用在元件上時,v model則會這樣 value searchtext inpu...
在集群中各節點上離線安裝python3 6
說明 該計算node100為主節點,可連外網,其他節點通過內部網路連線,無法連線外網。1.假設編譯環境已經準備完善。否則執行下面命令 yum groupinstall development tools yum install zlib devel bzip2 devel openssl devel...