Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/openstack/python-magnumclient. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jan 23, 2017
  2. Jan 20, 2017
    • yatin's avatar
      Fix: swarm cluster-config, bay-config with tls_disabled · b62cad11
      yatin authored
      magnum cluster-config, bay-config for swarm cluster
      didn't work with tls_disabled.
      
      With this patch following is done:-
      if tls_disabled then set DOCKER_TLS_VERIFY=""
      if not tls_disabled then set DOCKER_TLS_VERIFY=True
      
      Change-Id: I57eb1d49b5157958f9c5f6d89a613896300fdb6e
      Closes-Bug: #1647254
      b62cad11
  3. Nov 24, 2016
    • Michal Pryc's avatar
      Use stable/newton branch in tox_install.sh and tox.ini · 85e8dbb2
      Michal Pryc authored
      This change modifies tox_install.sh wrapper to pick dependencies
      for the correct branch for stable/newton release.
      
      Adjust upper-constraints.txt in tox.ini to pick dependencies
      from stable/newton branch.
      
      Change-Id: I1f07fb41c7f81b9f6223dec3afa20636eb638e64
      85e8dbb2
  4. Nov 15, 2016
    • Tony Breeds's avatar
      Revert "Fix: Creation of cluster without floating ip" · 63398c27
      Tony Breeds authored
      This is a policy violation as this change has not been merged on master.  I
      understand the as yet Magnum doesn't assert eitehr of the stable:follows-policy or follows-standard-deprecation tags but still this review shoudl be
      reverted until the discussion on master version concludes.
      
      This reverts commit d7ad21fd.
      
      Change-Id: Ic1b7aac01e5359ca93453e0ed05ac78197542397
      63398c27
  5. Nov 09, 2016
    • yatin's avatar
      Fix: Creation of cluster without floating ip · d7ad21fd
      yatin authored
      Currenlty passing the parameter --floating-ip-enabled
      while creating cluster template has no effect. By
      default cluster is created with floating ip enabled,
      so user should have a way to disable it.
      This patch renames the parameter --floating-ip-enabled
      to --floating-ip-disabled.
      User can now pass --floating-ip-disabled while
      creating cluster template to disable floating ip.
      
      Change-Id: I41560623a3f6bcb66cc5f09e994a7a899f8ee8a5
      Closes-Bug: #1639119
      d7ad21fd
  6. Oct 26, 2016
  7. Oct 18, 2016
  8. Aug 30, 2016
  9. Aug 29, 2016
  10. Aug 28, 2016
  11. Aug 26, 2016
  12. Aug 25, 2016
  13. Aug 24, 2016
  14. Aug 23, 2016
    • Stephen Watson's avatar
      Adds 'cluster' and 'cluster template' · d9ae3855
      Stephen Watson authored
      Add new base classes for Bay and Cluster to inherit from.
      Add new tests for cluster and cluster_template code.
      Leaves all commands in-place and adds new cluster-related
      commands for magnumclient.
      Add deprecation decorator and messages for bay/baymodel.
      
      Implements: blueprint rename-bay-to-cluster
      Change-Id: I64e1aa6a71b109687568005655c6de55f86fad29
      d9ae3855
    • Jenkins's avatar
      ba6e1303
    • Jenkins's avatar
      Merge "Updated from global requirements" · 763e0171
      Jenkins authored
      763e0171
    • yatin's avatar
      Append value using comma if key exists in label · eab1ba38
      yatin authored
      Magnum allows "labels" to be Dict of string, but currently
      magnumclient creates a list of values if same key is specified
      more than once when creating a baymodel.
      Now if two labels of same key are passed to baymodel-create
      the first value is joined with second using comma.
      
      Change-Id: Idcee5c27e29b8d6889fd2c9fa839202ffb8a2f4e
      Closes-Bug: #1521461
      eab1ba38
  15. Aug 22, 2016
    • Rajiv Kumar's avatar
      bay-config return absolute path · 5fd459ec
      Rajiv Kumar authored
      Currently bay-config returns relative path. In case current
      working directory is changed then relative path will not work.
      Changes has been made to return absolute path. Which solve the
      problem introduced by relative path.
      
      Change-Id: I66174efa08ebe33210feb603a3fa36f396add575
      Closes-bug: #1614682
      5fd459ec
  16. Aug 19, 2016
  17. Aug 17, 2016
    • yatin karel's avatar
      Use upper constraints for all jobs in tox.ini · 5b0f60a5
      yatin karel authored
      Openstack infra now supports upper constraints for
      all jobs. Updated tox.ini to use upper constraints
      for all jobs.
      
      Change-Id: I2c47f1a19c61a2b2034cf38100b87ddc62a93cfe
      Closes-Bug: #1614117
      5b0f60a5
  18. Aug 12, 2016
  19. Aug 05, 2016
  20. Aug 02, 2016
    • Rajiv Kumar's avatar
      Enabled magnum client to display detailed information · 41563dc1
      Rajiv Kumar authored
      Enabled magnum client to display following information
       - disabled
       - disabled_reason
       - created_at
       - updated_at
      
      disabled field is not returned by the magnum server, but magnum
      server code will be modified for, bug #1607228. Server will be
      returning this field after fix of mentioned bug.
      
      Change-Id: I5bab76bf1fa476394c287ddc781f43bca2e5f035
      Closes-bug: #1607234
      41563dc1
  21. Jul 29, 2016
  22. Jul 28, 2016
    • PanFengyun's avatar
      Add Python 3.5 classifier and venv · 3ab29580
      PanFengyun authored
      Now that there is a passing gate job, we can claim support for
      Python 3.5 in the classifier. This patch also adds the convenience
      py35 venv.
      
      Change-Id: Idafad48f97dc4ddcb63d217aa64f61cf236a7833
      3ab29580
  23. Jul 27, 2016
    • OTSUKA, Yuanying's avatar
      Base OSC plugin support · f49ef213
      OTSUKA, Yuanying authored
      Enable magnumclient OSC plugin support.
      This patch set does the following:
      
       - Establishes OSC plugin structure for commands and unit tests
       - Creates the OSC plugin
       - Adds OSC to test-requirements.txt
      
      This fixes are mainly copied from python-neutronclient.
      
      Partial-Implements: blueprint openstackclient-support
      Change-Id: I8f7ccde7d1417416ada5fe5e88832db7520efa6f
      f49ef213
Loading