博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
RDO Stack: Install newton in the dashboard can't create images
阅读量:5219 次
发布时间:2019-06-14

本文共 821 字,大约阅读时间需要 2 分钟。

Issue:

When you want to create an image in RDO stack newton version, you may encounter following error.

The current Horizon settings indicate no valid image creation methods are available. Providing an image location and/or uploading from the local file system must be allowed to support image creation.

Solution:

1. Edit /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py

2. Add following parameters in the end of the file.

REST_API_REQUIRED_SETTINGS = ['OPENSTACK_HYPERVISOR_FEATURES',                                'LAUNCH_INSTANCE_DEFAULTS',                                'OPENSTACK_IMAGE_FORMATS']#Enables upload from remote locationIMAGES_ALLOW_LOCATION = True

3. Save modification and restart httpd service.

systemctl restart httpd.service

转载于:https://www.cnblogs.com/duadu/p/6335462.html

你可能感兴趣的文章
前端开发就从认识浏览器开始 - 浏览器处理请求的过程
查看>>
【练习】使用事务和锁定语句
查看>>
centos7升级firefox的flash插件
查看>>
jmeter系列二(jmeter engine相关)
查看>>
前端页面设计问题小计
查看>>
一份超全超详细的 ADB 用法大全
查看>>
Spring定时任务(@Scheduled)
查看>>
WebView 调试
查看>>
IB使用
查看>>
Linux硬链接和软链接(符号链接)
查看>>
git stash
查看>>
Apache Common-IO 使用
查看>>
Java-第一课正则表达式
查看>>
深入剖析,什么是eval的直接调用.
查看>>
apidoc
查看>>
Visual C++ Clipboard 剪切板操作
查看>>
3月14日-15日学习总结
查看>>
关于 ++x 和 x++ 比较难的一个例子
查看>>
第三次作业 105032014021
查看>>
记录一些容易忘记的属性 -- UILabel
查看>>