Skip to content
Snippets Groups Projects
  1. Feb 19, 2016
  2. Feb 17, 2016
  3. Feb 16, 2016
  4. Feb 15, 2016
  5. Feb 14, 2016
    • SamYaple's avatar
      Fix keystone initial auth mechanism · 8ef74347
      SamYaple authored
      A recent change in keystone [1] has deprecated the token auth
      mechanism that we used. We reintroduce it temporarily while a more
      permanant solution is worked on.
      
      [1] https://github.com/openstack/keystone/commit/5286b4a297b5a94895a311a9e564aa87cb54dbfd
      
      Change-Id: I4d585733a9abd201c1b0680e6196dd2a36db3c7e
      Closes-Bug: #1545292
      8ef74347
    • Steven Dake's avatar
      Install keystone-dist-paste.ini in /etc/keystone · 03568ce8
      Steven Dake authored
      The CentOS packages install a default version of the paste file
      but don't install them in the /etc directory.  Kolla doesn't
      configure the paste files, so this file never gets setup properly.
      
      With the recent change in Keystone around the default admin_token
      being changed, this triggered Keystone to return a 401 Auth error.
      
      A follow-on patch from Sam edits this file, and that patch breaks
      the build without this dependent patch.
      
      TrivialFix
      
      Change-Id: Ib1568e186bdd7d19b7e5af151388197755902488
      03568ce8
  6. Feb 13, 2016
    • xionglingfeng's avatar
      Fix horizon startup failure · 50b885c2
      xionglingfeng authored
      original extend_start.sh try to write temp files to a non-existent folder (/home/horizon) and cause horizon failed to start. It is fixed by moving the file to /tmp.
      
      Partial-Bug: 1543429
      
      Change-Id: I8d8778be755a4db9e57d6ff7aaee623547c4243e
      50b885c2
    • akwasniewska's avatar
      Added Elasticearch and its deployment. · 792666dd
      akwasniewska authored
      Part of ELK stack. Includes Dockerfiles for both Centos and Ubuntu.
      
      Change-Id: I9f76adf084cd4f68e29326112b76ffd02b5adada
      Partially-implements: blueprint central-logging-service
      792666dd
  7. Feb 10, 2016
  8. Feb 09, 2016
  9. Feb 08, 2016
  10. Feb 06, 2016
    • SamYaple's avatar
      Convert Neutron to thin containers · ddb7cd88
      SamYaple authored
      *** Requires Docker 1.10 which is released ***
      
      Documentation will be in the next patch. You must set the following
      in your docker.service daemon control file for propogation to work:
      
          [Service]
          MountFlags=shared
      
      ======================================================================
      
      Thanks to mount propagation in Docker 1.10 we can use thin containers
      finally! This is extremely useful to operators since now they can
      access the network namespaces from the hosts (outside the neutron
      container). But additionally it allows us to implement the VPN agent
      and other services easier.
      
      Neutron containers and the neutron role are brought into the standards
      of the new Kolla. Completely with drop-root and ansible formating
      updates.
      
      The ip_wrapper.py script was (thankfully) not needed so it has been
      removed from the repo.
      
      Partially-Implements: blueprint upgrade-neutron
      Change-Id: Iaf5555283240457e1912459f397a6393d886fba1
      ddb7cd88
Loading