openstack-glance上传镜像报错

问题遇到的现象和发生背景

这是配置文件

img

img

img

问题相关代码,请勿粘贴截图
运行结果及报错内容

img

我的解答思路和尝试过的方法

这个Error finding address for https://controller:9292/v2/schemas/image,我看其他博主的都是http,为啥我这里是https

我想要达到的结果

SSL相关的错误,
你的配置文件是否配置完整?所以默认走了https的API,直接访问了控制节点的9292端口。

少配置了个配置项,参考以下去配置
[database]
connection = mysql+pymysql://glance:your_password@controller/glance
[keystone_authtoken]
www_authenticate_uri = http://controller:5000/
auth_uri = http://controller:5000/
auth_url = http://controller:5000/
memcached_servers = controller:11211
auth_type = password
project_domain_name = Default
user_domain_name = Default
project_name = service
username = glance
password = glance

[paste_deploy]
flavor = keystone

[glance_store]
stores = file,http
default_store = file
filesystem_store_datadir = /var/lib/glance/images/