Skip to content
Snippets Groups Projects
  1. Dec 11, 2015
    • hparekh's avatar
      Pass environment variables of proxy to tox · c3c7ee42
      hparekh authored
      When a development environment is under a proxy, tox is failed even if
      environment variables of the proxy are set.
      
      This patch fixes this problem.
      
      Change-Id: I685ddbc6bb6e0fe25c308c35a7581785eebe3629
      c3c7ee42
  2. Dec 10, 2015
  3. Dec 09, 2015
    • Jason Brooks's avatar
      restart firewalld to apply firewall changes · 2b381a6b
      Jason Brooks authored
      In order for the firewalld changes to apply, we must either restart
      firewalld (as in this commit), or issue the four add-port commands
      listed in the doc again w/o the "--permanent".
      
      Change-Id: I09a12024085c315117bc27d095bae91af9c00d5e
      2b381a6b
  4. Dec 08, 2015
  5. Dec 07, 2015
  6. Dec 05, 2015
  7. Dec 04, 2015
  8. Dec 03, 2015
  9. Dec 02, 2015
    • Sean Mooney's avatar
      adds tools/cleanup-containers regex support · 2ffb35ee
      Sean Mooney authored
      - this change extends the tools/cleanup-containers script to
        support a grep extended regex as a first paramater.
      - if tools/cleanup-containers is called with a grep extended
        regex string as a first paramater, only containers mataching
        that regex will be cleaned up.
      - e.g. tools/cleanup-containers "neutron|openvswitch"
        will cleanup all container whoes name contains either neutron
        or openvswitch.
      
      Change-Id: Iadb68c0a8de40e9ec2c0a27568e3a372ec0e8303
      Closes-Bug: #1522168
      2ffb35ee
    • Michal Jastrzebski's avatar
      Sanity check for glance · aab1bd36
      Michal Jastrzebski authored
      This runs first sanity check for glance. After glance is deployed
      it checks images.list(). Also consist few fixes for previous patches
      
      Change-Id: I03d05d246302d8411b2e94c94ca7fe046c00d735
      Partially-Implements: blueprint sanity-check-container
      aab1bd36
    • Michal Jastrzebski's avatar
      Sanity check for keystone · f632cfe8
      Michal Jastrzebski authored
      This runs first sanity check for keystone. After keystone is deployed
      it checks tenants.list()
      
      Change-Id: Ie919ffe6124eb70428309404a434d9b0eb0b9f70
      Partially-Implements: blueprint sanity-check-container
      f632cfe8
    • Michal Jastrzebski's avatar
      Sanity check module · d6f78f06
      Michal Jastrzebski authored
      This module will be collection of basic checks to ensure that module
      is running. After deploying service (like keystone) we will run sanity
      checks for given service.
      
      Change-Id: If7dc7f8a1ce1c3f93fc51d8327a55ef655b0de00
      Partially-Implements: blueprint sanity-check-container
      d6f78f06
    • Jeffrey Zhang's avatar
      Remove the meaningless comment line in base image Dockerfile · b3a695e9
      Jeffrey Zhang authored
      Use jinja2 comment syntax instead.
      
      Closes-Bug: #1521932
      Change-Id: Ida5a9204e7affe880ac6156d3fed3206b1eae7b9
      b3a695e9
Loading