分享

service neutron-server restart重启记录警告

pig2 发表于 2015-8-12 10:04:36 [显示全部楼层] 回帖奖励 阅读模式 关闭右栏 2 18580
service neutron-server restart

[mw_shl_code=bash,true]root@controller:/var/log/neutron# more neutron-server.log |grep WARNING
2015-08-11 18:57:49.881 11903 WARNING oslo_config.cfg [-] Option "username" from group "nova" is deprecated. Use option "username" from group "nova".
2015-08-11 18:57:51.027 11903 WARNING neutron.api.extensions [-] Extension flavor not supported by any of loaded plugins
2015-08-11 18:57:51.052 11903 WARNING neutron.api.extensions [-] Extension metering not supported by any of loaded plugins
2015-08-11 18:57:51.054 11903 WARNING neutron.api.extensions [-] Extension port-security not supported by any of loaded plugins
2015-08-11 18:57:51.057 11903 WARNING neutron.api.extensions [-] Extension router-service-type not supported by any of loaded plugins
2015-08-11 18:57:51.060 11903 WARNING neutron.api.extensions [-] Extension service-type not supported by any of loaded plugins
2015-08-11 18:57:51.061 11903 WARNING neutron.api.extensions [-] Extension vlan-transparent not supported by any of loaded plugins
2015-08-11 18:57:51.153 11903 WARNING oslo_config.cfg [-] Option "username" from group "keystone_authtoken" is deprecated. Use option "username" from group "keystone_authtoken".[/mw_shl_code]

已有(2)人评论

跳转到指定楼层
pig2 发表于 2015-8-12 11:30:08


执行命令:

[mw_shl_code=bash,true]openstack endpoint create \
  --publicurl http://controller:9696 \
  --adminurl http://controller:9696 \
  --internalurl http://controller:9696 \
  --region RegionOne \
  network[/mw_shl_code]

[mw_shl_code=bash,true]ERROR: openstack
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/endpoint.py", line 68, in take_action
    service = common.find_service(identity_client, parsed_args.service)
  File "/usr/lib/python2.7/dist-packages/openstackclient/identity/common.py", line 33, in find_service
    return identity_client.services.find(type=name_type_or_id)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/base.py", line 250, in find
    raise exceptions.NoUniqueMatch
NoUniqueMatch
DEBUG: openstackclient.shell clean_up CreateEndpoint
DEBUG: openstackclient.shell got an error:
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, in run
    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/endpoint.py", line 68, in take_action
    service = common.find_service(identity_client, parsed_args.service)
  File "/usr/lib/python2.7/dist-packages/openstackclient/identity/common.py", line 33, in find_service
    return identity_client.services.find(type=name_type_or_id)
  File "/usr/lib/python2.7/dist-packages/keystoneclient/base.py", line 250, in find
    raise exceptions.NoUniqueMatch
NoUniqueMatch[/mw_shl_code]
回复

使用道具 举报

pig2 发表于 2015-8-12 11:48:33
pig2 发表于 2015-8-12 11:30
执行命令:

[mw_shl_code=bash,true]openstack endpoint create \

原因:
数据库删除,造成此问题。

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

推荐上一条 /2 下一条