日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

安装配置nova

發布時間:2025/7/14 19 豆豆
生活随笔 收集整理的這篇文章主要介紹了 安装配置nova 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
# Install Nova [root@cloud01 ~]#?yum –enablerepo=epel-openstack-grizzly,epel -y install openstack-nova openstack-swift-plugin-swift3? [root@cloud01 ~]#?openstack-db –init –service nova –password password? Please enter the password for the ‘root’ MySQL user: Verified connectivity to MySQL. Creating ‘nova’ database. Updating ‘nova’ database password in /etc/nova/nova.conf Initializing the nova database, please wait… Complete! [root@cloud01 ~]#?vim /etc/nova/nova.conf? # line 19: add and change like follows auth_strategy = keystone


libvirt_type = kvm volume_api_class = nova.volume.cinder.API enabled_apis = ec2,osapi_compute,metadata # interface for public public_interface = em1 # interface for using flat_interface = lo # define bridhe interface

flat_network_bridge = br100

[keystone_authtoken]


admin_tenant_name =?service admin_user =?nova admin_password =?servicepassword

auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
signing_dir = /tmp/keystone-signing-nova

? [root@cloud01 ~]#?for service in api objectstore compute conductor network scheduler cert consoleauth; do > /etc/rc.d/init.d/openstack-nova-$service start > chkconfig openstack-nova-$service on > done? Starting openstack-nova-api: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [ ?OK ?] Starting openstack-nova-objectstore: ? ? ? ? ? ? ? ? ? ? ? [ ?OK ?] Starting openstack-nova-compute: ? ? ? ? ? ? ? ? ? ? ? ? ? [ ?OK ?] Starting openstack-nova-conductor: ? ? ? ? ? ? ? ? ? ? ? ? [ ?OK ?] Starting openstack-nova-network: ? ? ? ? ? ? ? ? ? ? ? ? ? ?[ ?OK ?] Starting openstack-nova-scheduler: ? ? ? ? ? ? ? ? ? ? ? ? ?[ ?OK ?] Starting openstack-nova-cert: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?[ ?OK ?] Starting openstack-nova-consoleauth: ? ? ? ? ? ? ? ? ? ? [ ?OK ?] # start cert again because it is down at first boot [root@cloud01 ~]#?/etc/rc.d/init.d/openstack-nova-cert start? Starting openstack-nova-cert: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?[ ?OK ?] [root@cloud01 ~]#?nova-manage service list Binary ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Host ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?Zone ? ? ? ? ? ? Status ? ? State ? ? ? ? ? ? Updated_At nova-conductor ? ? ? ? ? ?cloud01 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?internal ? ? ? ? ?enabled ? ?:-) ? ? ? ?2013-09-29 08:02:24 nova-scheduler ? ? ? ? ? ? cloud01 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?internal ? ? ? ? ?enabled ? ?:-) ? ? ? ?2013-09-29 08:02:24 nova-consoleauth ? ? ? ? cloud01 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?internal ? ? ? ? ?enabled ? ?:-) ? ? ? 2013-09-29 08:02:24 nova-network ? ? ? ? ? ? ? ?cloud01 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?internal ? ? ? ? ?enabled ? ?:-) ? ? ? ?2013-09-29 08:02:26 nova-compute ? ? ? ? ? ? ?cloud01 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?nova ? ? ? ? ? ? ?enabled ? ?:-) ? ? ? 2013-09-29 08:02:25 nova-cert ? ? ? ? ? ? ? ? ? ? ? cloud01 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?internal ? ? ? ? ?enabled ? ?:-) ? ? ? ?2013-09-29 08:02:21 [root@cloud01 ~]#?vim ~/keystonerc export OS_USERNAME=admin
export OS_PASSWORD=adminpassword
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://127.0.0.1:35357/v2.0/
export PS1=’[\u@\h \W(keystone)]\$ ‘
? [root@cloud01 ~]#?chmod 600 ~/keystonerc [root@cloud01 ~]#?source ~/keystonerc [root@cloud01 ~(keystone)]#?echo “source ~/keystonerc” >> ~/.bash_profile

轉載于:https://blog.51cto.com/kernal/1540571

總結

以上是生活随笔為你收集整理的安装配置nova的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。