Want to deploy glance driver

Asked by rania adouni

I just clone the aws.py file under my /usr/lib/python2.7/dist-packages/glance_store/_drivers then I change the configuration of glance-api.conf then when I type glance-api i get this error : ERROR glance Traceback (most recent call last):
2018-08-13 15:05:40.006 8678 ERROR glance File "/usr/bin/glance-api", line 10, in <module>
2018-08-13 15:05:40.006 8678 ERROR glance sys.exit(main())
2018-08-13 15:05:40.006 8678 ERROR glance File "/usr/lib/python2.7/dist-packages/glance/cmd/api.py", line 91, in main
2018-08-13 15:05:40.006 8678 ERROR glance server.start(config.load_paste_app('glance-api'), default_port=9292)
2018-08-13 15:05:40.006 8678 ERROR glance File "/usr/lib/python2.7/dist-packages/glance/common/wsgi.py", line 515, in start
2018-08-13 15:05:40.006 8678 ERROR glance self.configure()
2018-08-13 15:05:40.006 8678 ERROR glance File "/usr/lib/python2.7/dist-packages/glance/common/wsgi.py", line 591, in configure
2018-08-13 15:05:40.006 8678 ERROR glance initialize_glance_store()
2018-08-13 15:05:40.006 8678 ERROR glance File "/usr/lib/python2.7/dist-packages/glance/common/wsgi.py", line 438, in initialize_glance_store
2018-08-13 15:05:40.006 8678 ERROR glance glance_store.verify_default_store()
2018-08-13 15:05:40.006 8678 ERROR glance File "/usr/lib/python2.7/dist-packages/glance_store/backend.py", line 289, in verify_default_store
2018-08-13 15:05:40.006 8678 ERROR glance scheme = CONF.glance_store.default_store
2018-08-13 15:05:40.006 8678 ERROR glance File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 3057, in __getattr__
2018-08-13 15:05:40.006 8678 ERROR glance return self._conf._get(name, self._group)
2018-08-13 15:05:40.006 8678 ERROR glance File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2668, in _get
2018-08-13 15:05:40.006 8678 ERROR glance value = self._do_get(name, group, namespace)
2018-08-13 15:05:40.006 8678 ERROR glance File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2711, in _do_get
2018-08-13 15:05:40.006 8678 ERROR glance % (opt.name, str(ve)))
2018-08-13 15:05:40.006 8678 ERROR glance ConfigFileValueError: Value for option default_store is not valid: Valid values are [file, filesystem, http, https, swift, swift+http, swift+https, swift+config, rbd, sheepdog, cinder, vsphere], but found 'aws'
2018-08-13 15:05:40.006 8678 ERROR glance

I am using openstack newton , not devstack !!
any help please

Question information

Language:
English Edit question
Status:
Expired
For:
Openstack Omni Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.