← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1648516] Re: Mitaka error install

 

Thanks, what I did to get it right, install devstack again on a new vm, so it worked

** Changed in: glance
       Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1648516

Title:
  Mitaka error install

Status in Glance:
  Fix Released

Bug description:
  Obtaining file:///opt/stack/glance
  Exception:
  Traceback (most recent call last):
    File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main
      status = self.run(options, args)
    File "/usr/local/lib/python2.7/dist-packages/pip/commands/install.py", line 335, in run
      wb.build(autobuilding=True)
    File "/usr/local/lib/python2.7/dist-packages/pip/wheel.py", line 749, in build
      self.requirement_set.prepare_files(self.finder)
    File "/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py", line 380, in prepare_files
      ignore_dependencies=self.ignore_dependencies))
    File "/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py", line 521, in _prepare_file
      req_to_install.check_if_exists()
    File "/usr/local/lib/python2.7/dist-packages/pip/req/req_install.py", line 1036, in check_if_exists
      self.req.name
    File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 558, in get_distribution
      dist = get_provider(dist)
    File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 432, in get_provider
      return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
    File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 968, in require
      needed = self.resolve(parse_requirements(requirements))
    File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 859, in resolve
      raise VersionConflict(dist, req).with_context(dependent_req)
  ContextualVersionConflict: (oslo.concurrency 3.7.1 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('oslo.concurrency>=3.8.0'), set(['glance-store']))
  +inc/python:pip_install:1                  exit_trap
  +./stack.sh:exit_trap:474                  local r=2
  ++./stack.sh:exit_trap:475                  jobs -p
  +./stack.sh:exit_trap:475                  jobs=
  +./stack.sh:exit_trap:478                  [[ -n '' ]]
  +./stack.sh:exit_trap:484                  kill_spinner
  +./stack.sh:kill_spinner:370               '[' '!' -z '' ']'
  +./stack.sh:exit_trap:486                  [[ 2 -ne 0 ]]
  +./stack.sh:exit_trap:487                  echo 'Error on exit'
  Error on exit
  +./stack.sh:exit_trap:488                  generate-subunit 1481208793 169 fail
  +./stack.sh:exit_trap:489                  [[ -z /opt/stack/logs ]]
  +./stack.sh:exit_trap:492                  /home/openstack/devstack/tools/worlddump.py -d /opt/stack/logs
  World dumping... see /opt/stack/logs/worlddump-2016-12-08-145603.txt for details
  +./stack.sh:exit_trap:498                  exit 2


  
  Local.conf
  [[local|localrc]]

  ADMIN_PASSWORD=010465
  DATABASE_PASSWORD=010465
  RABBIT_PASSWORD=010465
  SERVICE_PASSWORD=010465
  MYSQL_PASSWORD=010465

  
  #Enable heat services
  enable_service h-eng h-api h-api-cfn h-api-cw

  #Enable heat plugin
  enable_plugin heat https://git.openstack.org/openstack/heat stable/mitaka

  #Image for Heat
  IMAGE_URL_SITE="http://fedora.c3sl.ufpr.br";
  IMAGE_URL_PATH="/linux//releases/22/Cloud/x86_64/Images/"
  IMAGE_URL_FILE="Fedora-Cloud-Base-22-20150521.x86_64.qcow2"
  IMAGE_URLS+=","$IMAGE_URL_SITE$IMAGE_URL_PATH$IMAGE_URL_FILE

  #Enable Ceilometer plugin
  CEILOMETER_BACKEND=mongodb
  enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer stable/mitaka
  enable_plugin aodh https://git.openstack.org/openstack/aodh stable/mitaka

  #Enable Tacker plugin
  enable_plugin tacker https://git.openstack.org/openstack/tacker stable/mitaka

  help
  thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1648516/+subscriptions


References