Skip to content
Snippets Groups Projects
  1. Apr 25, 2017
    • Alex Schultz's avatar
      Final Mitaka release · d799ab3a
      Alex Schultz authored
      Bump version numbers before a final release for the Mitaka EOL.
      
      Change-Id: I99c6d32565a7d03bbc4ab1a70f833c49640ca82e
      2 tags
      d799ab3a
  2. Mar 14, 2017
  3. Jul 22, 2016
  4. Jun 03, 2016
  5. May 26, 2016
  6. May 06, 2016
    • Cody Herriges's avatar
      Fix typo in metadata.json · 9d528ae5
      Cody Herriges authored
        This commit fixes a simple typo in the metadata.json file.
      
        I though I had smoke tested builds of every module before submitting
        review, guess I missed one.  Modules won't build withoug this change.
      
      Change-Id: I4be1d633b2fab3d2b73576e88c334d4b74f5de2d
      9d528ae5
  7. May 04, 2016
  8. Mar 31, 2016
  9. Mar 24, 2016
    • Emilien Macchi's avatar
      Updates for stable/mitaka · b5a70961
      Emilien Macchi authored
      * Update reno to find notes on stable/mitaka.
      * Update Gemfile to checkout puppet-openstack_spec_helper
        from stable/mitaka.
      * Update .gitreview to use stable/mitaka by default.
      
      Change-Id: I185cdd9bf2824c8001b33de1a8fc097b9b2ec1ed
      8.0.0
      b5a70961
  10. Mar 23, 2016
    • Emilien Macchi's avatar
      Release 8.0.0 · e1452ff4
      Emilien Macchi authored
      * Update CHANGELOG with release notes URL.
      * Update README with new release number & name.
      * Update metadata.json with new tag & dependencies.
      * Add release note prelude for Mitaka.
      * Update Reno release note to drop prelude.
      * Improve release note landing page.
      
      Change-Id: I684393813348a1b72fabb96596d1770a95381f07
      e1452ff4
    • Jenkins's avatar
      Merge "Fix typos" · ad6d3257
      Jenkins authored
      ad6d3257
  11. Mar 18, 2016
    • daiki kato's avatar
      Fix typos · 91167074
      daiki kato authored
      This patch fixes several typos.
      
      TrivialFix
      
      Change-Id: I924aac9c56e842bf447d28f45a9ac5bdcf8b870a
      91167074
  12. Mar 17, 2016
  13. Mar 14, 2016
    • Emilien Macchi's avatar
      Add basic structure for ReNo · b4d83004
      Emilien Macchi authored
      ReNo [1] is the release management tool in OpenStack.
      This patch adds the basic structure to start using it.
      
      * Update .gitignore
      * Add a basic note "use-reno"
      * Add releasenotes/ dir and basic files
      * Add python files: setup.cfg, setup.py, test-requirements.txt and
        tox.ini.
      
      [1] http://docs.openstack.org/developer/reno
      
      Change-Id: Ia32d6a0aa5882cd22588b0ac4cfd927f6bdfb34e
      b4d83004
  14. Feb 16, 2016
  15. Feb 10, 2016
  16. Jan 25, 2016
  17. Jan 22, 2016
  18. Jan 18, 2016
  19. Jan 14, 2016
    • Alex Schultz's avatar
      Add rspec-puppet-facts to the spec_helper · 4da51bce
      Alex Schultz authored
      This change adds the rspec-puppet-facts gem to the spec helper so that
      we can centralize the management of the base operating systems that we
      support. rspec-puppet-facts allows us to simplify our unit tests and
      provides a more complete list of Operating Systems and their associated
      facts for the unit tests.  With this change we can now loop over and
      test CentOS, Debian, Fedora, RedHat, and Ubuntu by simply providing a
      list of supported os to rspec-puppet-facts.
      
      Additionally this change includes a central object for managing our
      supported os list for rspec-puppet-facts and providing our default facts
      like os_service_default. This central object should replace the usage of
      @default_facts within the unit tests for each module.
      
      Change-Id: I72efb2d16f08e2b744fc3c89897bbf3d5a3a63ea
      4da51bce
  20. Dec 22, 2015
  21. Dec 15, 2015
    • Xingchao Yu's avatar
      Add rabbit_ha_queues option · a66da349
      Xingchao Yu authored
      There are two ways for setting up RabbitMQ HA:
      
       1. Configure rabbit_hosts to multi rabbit hosts.
       2. Setting up a loadbalancer in front of RabbitMQ cluster,
          provide a unique address in rabbit_host
      
      In current, rabbit_ha_queues option is controled by rabbit_hosts if
      conditional statement. But when users try to use the second method:
      changing rabbit_ha_queues to true, but they don't use rabbit_hosts
      option, then this logic will not work.
      
      This patch adds an rabbit_ha_queues option, set it to undef by
      default for forward compatbility.
      
      Change-Id: Ie849085fbbd9e1478e28945ea213ac4eb7b4afdb
      Close-Bug: #1485287
      a66da349
  22. Dec 09, 2015
  23. Dec 07, 2015
    • Denis Egorenko's avatar
      Remove qpid messaging support · 5cd02fea
      Denis Egorenko authored
      Qpid messaging driver is removed from Oslo.messaging [1]
      Therefore, we cannot support it anymore.
      
      [1] I4a9cba314c4a2f24307504fa7b5427424268b114
      
      Change-Id: I65ccf6feeaad548c8f11660318c20499ef3602ac
      5cd02fea
  24. Dec 01, 2015
  25. Nov 26, 2015
    • Emilien Macchi's avatar
      Checkout openstack-integration from master · 101e0668
      Emilien Macchi authored
      Since stable/liberty was created, let's now checkout master to prepare
      the next release (Mitaka).
      
      Change-Id: Idd260ad00a9010d93c8e27b44d4547c85de6858b
      101e0668
    • Emilien Macchi's avatar
      release: prepare 7.0.0 (liberty) · b61124dd
      Emilien Macchi authored
      This patch prepares this Puppet module to be released in 7.x series (Liberty)
      with 7.0.0.
      
      Change-Id: I01733073478d639901d5253d292cb648846e8930
      7.0.0
      b61124dd
    • Emilien Macchi's avatar
      enable sharev2 API capacity · cf804139
      Emilien Macchi authored
      * With the same interface as puppet-nova and puppet-cinder, create *_v2
        parameters.
      * Keep v1 enabled by default for backward compatibility.
      * Enable v2 by default because that's the new API since Juno release.
      
      Change-Id: I81a5c6696708732a0de34225200f1242e988d0aa
      Closes-Bug: #1512577
      cf804139
  26. Nov 25, 2015
  27. Nov 19, 2015
  28. Nov 14, 2015
  29. Nov 12, 2015
  30. Nov 11, 2015
  31. Oct 21, 2015
  32. Oct 20, 2015
  33. Oct 19, 2015
  34. Oct 14, 2015
Loading