openstack k版 创建服务实例时候遇到的问题
背景: Ubuntu 14.04
(我在搭Keystone之前弄了个快照,就是怕出问题,然后恢复快照又重新搞了一次,还是出现同样的问题)
---------------------------------
#export os_token = xxxxx (..在这省略)
#export os_URL = http://controller:35357/v2.0
--准备创建服务实例
#openstack service create --name keystone --description "OpenStack Identity" identity
(我在搭Keystone之前弄了个快照,就是怕出问题,然后恢复快照又重新搞了一次,还是出现同样的问题)
---------------------------------
#export os_token = xxxxx (..在这省略)
#export os_URL = http://controller:35357/v2.0
--准备创建服务实例
#openstack service create --name keystone --description "OpenStack Identity" identity
返回 - ERROR: openstack Internal Server Error (HTTP 500)
root@controller:~# openstack --debug service create --name keystone --description "OpenStack Identity" identity DEBUG: cliff.commandmanager found command 'hypervisor_stats_show' DEBUG: cliff.commandmanager found command 'security_group_create' DEBUG: cliff.commandmanager found command 'security_group_rule_list' DEBUG: cliff.commandmanager found command 'keypair_list' DEBUG: cliff.commandmanager found command 'security_group_rule_delete' DEBUG: cliff.commandmanager found command 'host_show' DEBUG: cliff.commandmanager found command 'host_list' DEBUG: cliff.commandmanager found command 'hypervisor_show' DEBUG: cliff.commandmanager found command 'server_pause' DEBUG: cliff.commandmanager found command 'server_reboot' DEBUG: cliff.commandmanager found command 'server_migrate' DEBUG: cliff.commandmanager found command 'server_set' DEBUG: cliff.commandmanager found command 'server_add_security_group' DEBUG: cliff.commandmanager found command 'server_unrescue' DEBUG: cliff.commandmanager found command 'usage_list' DEBUG: cliff.commandmanager found command 'keypair_show' DEBUG: cliff.commandmanager found command 'security_group_set' DEBUG: cliff.commandmanager found command 'compute_agent_create' DEBUG: cliff.commandmanager found command 'server_rescue' DEBUG: cliff.commandmanager found command 'console_log_show' DEBUG: cliff.commandmanager found command 'compute_agent_delete' DEBUG: cliff.commandmanager found command 'server_ssh' DEBUG: cliff.commandmanager found command 'server_lock' DEBUG: cliff.commandmanager found command 'server_unset' DEBUG: cliff.commandmanager found command 'server_show' DEBUG: cliff.commandmanager found command 'server_suspend' DEBUG: cliff.commandmanager found command 'server_add_volume' DEBUG: cliff.commandmanager found command 'server_image_create' DEBUG: cliff.commandmanager found command 'flavor_list' DEBUG: cliff.commandmanager found command 'server_remove_volume' DEBUG: cliff.commandmanager found command 'compute_agent_set' DEBUG: cliff.commandmanager found command 'aggregate_add_host' DEBUG: cliff.commandmanager found command 'aggregate_remove_host' DEBUG: cliff.commandmanager found command 'compute_service_set' DEBUG: cliff.commandmanager found command 'aggregate_create' DEBUG: cliff.commandmanager found command 'keypair_create' DEBUG: cliff.commandmanager found command 'ip_floating_list' DEBUG: cliff.commandmanager found command 'aggregate_delete' DEBUG: cliff.commandmanager found command 'aggregate_show' DEBUG: cliff.commandmanager found command 'security_group_rule_create' DEBUG: cliff.commandmanager found command 'security_group_delete' DEBUG: cliff.commandmanager found command 'server_rebuild' DEBUG: cliff.commandmanager found command 'flavor_delete' DEBUG: cliff.commandmanager found command 'server_delete' DEBUG: cliff.commandmanager found command 'project_usage_list' DEBUG: cliff.commandmanager found command 'availability_zone_list' DEBUG: cliff.commandmanager found command 'hypervisor_list' DEBUG: cliff.commandmanager found command 'flavor_create' DEBUG: cliff.commandmanager found command 'console_url_show' DEBUG: cliff.commandmanager found command 'ip_fixed_add' DEBUG: cliff.commandmanager found command 'server_remove_security_group' DEBUG: cliff.commandmanager found command 'usage_show' DEBUG: cliff.commandmanager found command 'compute_agent_list' DEBUG: cliff.commandmanager found command 'flavor_show' DEBUG: cliff.commandmanager found command 'ip_fixed_remove' DEBUG: cliff.commandmanager found command 'ip_floating_create' DEBUG: cliff.commandmanager found command 'server_list' DEBUG: cliff.commandmanager found command 'server_create' DEBUG: cliff.commandmanager found command 'ip_floating_pool_list' DEBUG: cliff.commandmanager found command 'ip_floating_add' DEBUG: cliff.commandmanager found command 'security_group_show' DEBUG: cliff.commandmanager found command 'keypair_delete' DEBUG: cliff.commandmanager found command 'server_resize' DEBUG: cliff.commandmanager found command 'ip_floating_delete' DEBUG: cliff.commandmanager found command 'ip_floating_remove' DEBUG: cliff.commandmanager found command 'security_group_list' DEBUG: cliff.commandmanager found command 'server_resume' DEBUG: cliff.commandmanager found command 'aggregate_set' DEBUG: cliff.commandmanager found command 'aggregate_list' DEBUG: cliff.commandmanager found command 'server_unpause' DEBUG: cliff.commandmanager found command 'compute_service_list' DEBUG: cliff.commandmanager found command 'server_unlock' DEBUG: openstackclient.shell compute API version 2, cmd group openstack.compute.v2 DEBUG: cliff.commandmanager found command 'network_set' DEBUG: cliff.commandmanager found command 'network_delete' DEBUG: cliff.commandmanager found command 'network_list' DEBUG: cliff.commandmanager found command 'network_show' DEBUG: cliff.commandmanager found command 'network_create' DEBUG: openstackclient.shell network API version 2, cmd group openstack.network.v2 DEBUG: cliff.commandmanager found command 'image_set' DEBUG: cliff.commandmanager found command 'image_delete' DEBUG: cliff.commandmanager found command 'image_create' DEBUG: cliff.commandmanager found command 'image_list' DEBUG: cliff.commandmanager found command 'image_show' DEBUG: cliff.commandmanager found command 'image_save' DEBUG: openstackclient.shell image API version 1, cmd group openstack.image.v1 DEBUG: cliff.commandmanager found command 'snapshot_show' DEBUG: cliff.commandmanager found command 'backup_create' DEBUG: cliff.commandmanager found command 'volume_list' DEBUG: cliff.commandmanager found command 'volume_show' DEBUG: cliff.commandmanager found command 'snapshot_unset' DEBUG: cliff.commandmanager found command 'volume_set' DEBUG: cliff.commandmanager found command 'backup_delete' DEBUG: cliff.commandmanager found command 'volume_create' DEBUG: cliff.commandmanager found command 'volume_type_list' DEBUG: cliff.commandmanager found command 'volume_type_create' DEBUG: cliff.commandmanager found command 'backup_restore' DEBUG: cliff.commandmanager found command 'backup_list' DEBUG: cliff.commandmanager found command 'volume_unset' DEBUG: cliff.commandmanager found command 'backup_show' DEBUG: cliff.commandmanager found command 'volume_type_delete' DEBUG: cliff.commandmanager found command 'volume_type_set' DEBUG: cliff.commandmanager found command 'snapshot_set' DEBUG: cliff.commandmanager found command 'snapshot_list' DEBUG: cliff.commandmanager found command 'snapshot_delete' DEBUG: cliff.commandmanager found command 'volume_delete' DEBUG: cliff.commandmanager found command 'snapshot_create' DEBUG: cliff.commandmanager found command 'volume_type_unset' DEBUG: openstackclient.shell volume API version 1, cmd group openstack.volume.v1 DEBUG: cliff.commandmanager found command 'project_create' DEBUG: cliff.commandmanager found command 'project_list' DEBUG: cliff.commandmanager found command 'ec2_credentials_list' DEBUG: cliff.commandmanager found command 'service_list' DEBUG: cliff.commandmanager found command 'role_add' DEBUG: cliff.commandmanager found command 'project_show' DEBUG: cliff.commandmanager found command 'role_show' DEBUG: cliff.commandmanager found command 'endpoint_delete' DEBUG: cliff.commandmanager found command 'project_set' DEBUG: cliff.commandmanager found command 'service_create' DEBUG: cliff.commandmanager found command 'service_show' DEBUG: cliff.commandmanager found command 'endpoint_show' DEBUG: cliff.commandmanager found command 'ec2_credentials_create' DEBUG: cliff.commandmanager found command 'catalog_list' DEBUG: cliff.commandmanager found command 'ec2_credentials_delete' DEBUG: cliff.commandmanager found command 'service_delete' DEBUG: cliff.commandmanager found command 'token_issue' DEBUG: cliff.commandmanager found command 'project_delete' DEBUG: cliff.commandmanager found command 'endpoint_list' DEBUG: cliff.commandmanager found command 'role_list' DEBUG: cliff.commandmanager found command 'user_create' DEBUG: cliff.commandmanager found command 'user_delete' DEBUG: cliff.commandmanager found command 'user_show' DEBUG: cliff.commandmanager found command 'role_create' DEBUG: cliff.commandmanager found command 'role_remove' DEBUG: cliff.commandmanager found command 'role_delete' DEBUG: cliff.commandmanager found command 'catalog_show' DEBUG: cliff.commandmanager found command 'token_revoke' DEBUG: cliff.commandmanager found command 'endpoint_create' DEBUG: cliff.commandmanager found command 'user_role_list' DEBUG: cliff.commandmanager found command 'user_set' DEBUG: cliff.commandmanager found command 'user_list' DEBUG: cliff.commandmanager found command 'ec2_credentials_show' DEBUG: openstackclient.shell identity API version 2, cmd group openstack.identity.v2 DEBUG: cliff.commandmanager found command 'object_create' DEBUG: cliff.commandmanager found command 'object_list' DEBUG: cliff.commandmanager found command 'object_delete' DEBUG: cliff.commandmanager found command 'container_list' DEBUG: cliff.commandmanager found command 'object_show' DEBUG: cliff.commandmanager found command 'container_delete' DEBUG: cliff.commandmanager found command 'container_create' DEBUG: cliff.commandmanager found command 'container_show' DEBUG: cliff.commandmanager found command 'container_save' DEBUG: cliff.commandmanager found command 'object_save' DEBUG: openstackclient.shell object_store API version 1, cmd group openstack.object_store.v1 DEBUG: cliff.commandmanager found command 'extension_list' DEBUG: cliff.commandmanager found command 'quota_set' DEBUG: cliff.commandmanager found command 'quota_show' DEBUG: cliff.commandmanager found command 'limits_show' INFO: openstackclient.shell command: <none> -> openstackclient.identity.v2_0.service.CreateService DEBUG: openstackclient.api.auth Auth plugin token_endpoint selected DEBUG: openstackclient.api.auth auth_type: token_endpoint DEBUG: openstackclient.api.auth fetching option os_url DEBUG: openstackclient.api.auth fetching option os_token INFO: openstackclient.common.clientmanager Using auth plugin: token_endpoint DEBUG: openstackclient.common.clientmanager Get auth_ref DEBUG: openstackclient.identity.v2_0.service.CreateService take_action(Namespace(columns=[], description='OpenStack Identity', formatter='table', max_width=0, name='keystone', prefix='', type=None, type_or_name='identity', variables=[])) DEBUG: openstackclient.identity.client Instantiating identity client: <class 'openstackclient.identity.client.IdentityClientv2'> DEBUG: keystoneclient.session REQ: curl -g -i -X POST http://controller:35357/v2.0/OS-KSADM/services -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bf6cd9bd4de71436d5553d88228e4aedfb46fe2" -d '{"OS-KSADM:service": {"type": "identity", "name": "keystone", "description": "OpenStack Identity"}}' INFO: urllib3.connectionpool Starting new HTTP connection (1): controller DEBUG: urllib3.connectionpool Setting read timeout to None DEBUG: urllib3.connectionpool "POST /v2.0/OS-KSADM/services HTTP/1.1" 500 609 DEBUG: keystoneclient.session RESP: DEBUG: keystoneclient.session Request returned failure status: 500 ERROR: openstack Internal Server Error (HTTP 500) Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/cliff/app.py", line 303, in run_subcommand result = cmd.run(parsed_args) File "/usr/lib/python2.7/dist-packages/cliff/display.py", line 91, in run column_names, data = self.take_action(parsed_args) File "/usr/lib/python2.7/dist-packages/openstackclient/identity/v2_0/service.py", line 88, in take_action parsed_args.description) File "/usr/lib/python2.7/dist-packages/keystoneclient/v2_0/services.py", line 43, in create return self._create("/OS-KSADM/services", body, "OS-KSADM:service") File "/usr/lib/python2.7/dist-packages/keystoneclient/base.py", line 151, in _create return self._post(url, body, response_key, return_raw, **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/base.py", line 165, in _post resp, body = self.client.post(url, body=body, **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 170, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 200, in request resp = super(LegacyJsonAdapter, self).request(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 89, in request return self.session.request(url, method, **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/utils.py", line 318, in inner return func(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/session.py", line 389, in request raise exceptions.from_response(resp, method, url) InternalServerError: Internal Server Error (HTTP 500) DEBUG: openstackclient.shell clean_up CreateService DEBUG: openstackclient.shell got an error: Internal Server Error (HTTP 500) ERROR: openstackclient.shell Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/openstackclient/shell.py", line 176, in run return super(OpenStackShell, self).run(argv) File "/usr/lib/python2.7/dist-packages/cliff/app.py", line 238, inrun result = self.run_subcommand(remainder) File "/usr/lib/python2.7/dist-packages/cliff/app.py", line 303, in run_subcommand result = cmd.run(parsed_args) File "/usr/lib/python2.7/dist-packages/cliff/display.py", line 91, in run column_names, data = self.take_action(parsed_args) File "/usr/lib/python2.7/dist-packages/openstackclient/identity/v2_0/service.py", line 88, in take_action parsed_args.description) File "/usr/lib/python2.7/dist-packages/keystoneclient/v2_0/services.py", line 43, in create return self._create("/OS-KSADM/services", body, "OS-KSADM:service") File "/usr/lib/python2.7/dist-packages/keystoneclient/base.py", line 151, in _create return self._post(url, body, response_key, return_raw, **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/base.py", line 165, in _post resp, body = self.client.post(url, body=body, **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 170, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 200, in request resp = super(LegacyJsonAdapter, self).request(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 89, in request return self.session.request(url, method, **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/utils.py", line 318, in inner return func(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/session.py", line 389, in request raise exceptions.from_response(resp, method, url) InternalServerError: Internal Server Error (HTTP 500)
可能问题是出在这个上吗?
File "/usr/lib/python2.7/dist-packages/keystoneclient/session.py", line 389, in request raise exceptions.from_response(resp, method, url)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
已经弄好了。是因为admin main里的内容不对。