Skip to content
Snippets Groups Projects
  1. Mar 21, 2016
  2. Mar 20, 2016
  3. Mar 19, 2016
    • SamYaple's avatar
      Increase usefulness of openstack-base · 0da25415
      SamYaple authored
      Just like last cycle, I ran all of the requirements and found the
      packages that were installed >=10 times throughout our containers. By
      combining them in the openstack-base we reduce the size of the images
      by ~600MB (10%) and decrease build time by a measurable amount (5-10m
      in the case of Centos)
      
      TrivialFix
      Change-Id: I582d75644a8e8b936c6f9fc10c6b5821e1e8c5c4
      0da25415
    • SamYaple's avatar
      Fix linuxbridge driver · 45aafc72
      SamYaple authored
      We were specifying the wrong driver in our nova.conf
      
      Change-Id: I37a3d366f2895b9d1281815ef85209feaa37b92d
      Closes-Bug: #1559494
      45aafc72
    • SamYaple's avatar
      Fix permissions for log extraction in gate · e9b9a841
      SamYaple authored
      Some gates are failing to properly pull all logs out resuling in an
      UNSTABLE status.
      
      This resets all logs to 777 perms to ensure readability by jenkins.
      
      TrivialFix
      
      Change-Id: Ib92c5bfea5fa8bcc6380ad8aa6001b13888717ac
      e9b9a841
    • Maru Newby's avatar
      Update quickstart doc to use drop-in unit files · b9205399
      Maru Newby authored
      While it's possible to edit distro/package unit files installed to
      /lib/systemd/system, a cleaner solution exists.  systemd will pick up
      'drop-in' unit files located in '/etc/systemd/system/[unit name].d/'.
      A drop-in unit file only has to include fields that override those in
      the main unit file, and the drop-in unit and main unit file can change
      independently.
      
      This change updates the quickstart doc to use drop-in unit files to
      configure docker.service instead of editing the main unit file.
      
      See: https://coreos.com/os/docs/latest/using-systemd-drop-in-units.html
      
      Change-Id: Iddbebf658741937e3c4157fc0a021751f10fabd2
      b9205399
  4. Mar 18, 2016
  5. Mar 17, 2016
Loading