我无法在具有64 on的服务器上启动风格高于m1.iny的实例。horizon报告的错误是"Volume 71bc03cf-6ab1-4511-8763-43647fd1ea2c未完成创建,即使我们等待了0秒或1次尝试。“但是,m1.iny没有错误。我在Ubuntu 16.04上使用的是stable/ocata。任何帮助都将不胜感激。谢谢
Local.conf:
[[local|localrc]]
HOST_IP=10.0.0.150
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_TOKEN=password
SERVICE_PASSWORD=password
ADMIN_PASSWORD=password
enable_plugin zun https://git.openstack.org/openstack/zun
enable_plugin zun-tempest-plugin https://git.openstack.org/openstack/zun-tempest-plugin
RECLONE=yes
#This below plugin enables installation of container engine on Devstack.
#The default container engine is Docker
enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container
SCREEN_LOGDIR=$DEST/logs/screen
LOG_COLOR=false
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
KURYR_CAPABILITY_SCOPE=local
KURYR_ETCD_PORT=2379
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
ENABLE_IDENTITY_V2=False
LIBS_FROM_GIT="python-zunclient"
enable_plugin zun-ui https://github.com/openstack/zun-ui
enable_plugin heat https://git.openstack.org/openstack/heat 发布于 2018-02-19 10:29:04
已通过遵循此link修复此问题。
https://stackoverflow.com/questions/48857812
复制相似问题