Skip to content
Snippets Groups Projects
  1. Sep 09, 2015
  2. Sep 08, 2015
  3. Sep 07, 2015
  4. Sep 06, 2015
    • Jenkins's avatar
      Merge "Import not found for glance" · 47f5b09c
      Jenkins authored
      47f5b09c
    • Steven Dake's avatar
      Permit larger database connection count · a8a41a81
      Steven Dake authored
      The default incoming database connection count is limited to 151
      connections.  These are not sufficient in a 100 node 3 controller
      deployment to launch several heat stacks simulatenously.
      
      Data measured on bare metal shows that 250 connections are needed
      to launch one 25 VM heat stack with 3 controller nodes with 209
      tasks (default enablement).
      
      Change-Id: If60b540010d6d173a393fa91fa30cb3ba572cfc0
      Closes-Bug: #1492719
      a8a41a81
    • Sam Yaple's avatar
      Properly check failed status · f42528ac
      Sam Yaple authored
      No need for a new task.
      
      Change-Id: I958f87ac9a1434a2f6052e0271f37e5f3109775e
      Closes-Bug: #1492337
      f42528ac
  5. Sep 05, 2015
    • Steven Dake's avatar
      Import not found for glance · e32dcd5d
      Steven Dake authored
      Glance now depends on python-castellan and python-cryptography but
      the package is not in the package depends list.
      
      Change-Id: I8ba8c191572b0c7f51df5948a2951d9a7e0aead4
      Closes-Bug: #1492641
      e32dcd5d
  6. Sep 04, 2015
  7. Sep 03, 2015
    • Sam Yaple's avatar
      Rename Galera to MariaDB · 3487d8da
      Sam Yaple authored
      Change-Id: I3134ba72e2ce4e85a17facbc3b5af4c1c3438d33
      Closes-Bug: #1491740
      3487d8da
    • Jeff Peeler's avatar
      Use database_user_create in Heat bootstrap · bcde30f3
      Jeff Peeler authored
      The register operation was using database_user which is also a global
      variable in group_vars/all.yml. This results in Heat being undeployable
      because database_user is overwritten.
      
      Change-Id: I78b2db34b7c99142040390c7258b7e81d3770835
      Closes-bug: #1491980
      bcde30f3
    • Jenkins's avatar
      Merge "Create openstack-base container" · a2d4a948
      Jenkins authored
      a2d4a948
    • Jenkins's avatar
      Merge "Reduce install size" · e9fd3c5c
      Jenkins authored
      e9fd3c5c
    • Vladislav Belogrudov's avatar
      Allow arbitrary source archive name to be imported into Dockerfile · c22cf332
      Vladislav Belogrudov authored
      Currently we cannot import source archives with names different
      than expected by hardcoded line in Dockerfiles. This worked well
      for Openstack services' tarballs where we expected SERVICE-* root
      folder after extraction or kanaka-noVNC for nova-novncproxy docker.
      The latter fails if one tries to clone or get tarball under other
      names. This fix allows any archive (tar,tgz,zip) or repo name to be
      imported into dockerfile.
      
      Change-Id: I869a6a19afaf0e93925572746c22b7589b6600c9
      Closes-Bug: #1491415
      c22cf332
    • Sam Yaple's avatar
      Create openstack-base container · 9d3f3f28
      Sam Yaple authored
      This creates and moves the dependencies for Ubuntu into a common
      openstack-base container. This commit shows dramatically smaller
      sizes for all non-openstack containers. The Openstack container remain
      the same size.
      
      Change-Id: I2f46420d4b9edcfddda374caddcce906fc708f6c
      Partially-Implements: blueprint openstack-common-container
      9d3f3f28
Loading