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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jan 23, 2017
-
- Jan 20, 2017
-
-
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
-
- Nov 24, 2016
-
-
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
-
- Nov 15, 2016
-
-
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
-
- Nov 09, 2016
-
-
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
-
- Oct 26, 2016
-
-
Rajiv Kumar authored
Cluster creation command shows complete uuid of the created cluster. Change-Id: I69ddbd706a5c6a06c5368db77c8e8d7445c46a11 Closes-bug: #1619543 (cherry picked from commit 40dfdbb0)
-
- Oct 18, 2016
-
-
maliki authored
The insecure client options and timeout were bypassed if auth token was given, as in case of Magnum UI. This is causing SSL error even insecure is set to true by Magnum UI and magnum client is unable to skip SSL check becuase insecure option was not passed to HTTPClient. This was caused due to this change : https://github.com/openstack/python-magnumclient/commit/a374b9f99cabd78f93603860425517d45b6290fa#diff-c8d8ebbd1f15e85c914906c6357e0a5f As a consequence, any HTTPS based connections to magnum endpoint fail. With this patch, the missing options to HTTPClient are correctly passed to and SSL checks are skipped safely if insecure is set to True. Change-Id: I885301d6eb69182f109cdfbfbc771bbbf13beb2a Closes-Bug: #1634305 (cherry picked from commit 7829c8c9)
-
- Aug 30, 2016
-
-
Doug Hellmann authored
Change-Id: Ic0ff401f6362a29f9ea83f3a62673650e152f847
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
OpenStack Proposal Bot authored
Change-Id: I849a8333fa33798c2aaa5292a33c3b767fe70e0e
-
- Aug 29, 2016
-
-
Vijendar Komalla authored
Providing support to magnum client for Sync and Async Bay operations based on the magnum-api-version supplied. Change-Id: If2ad6ed438a74e47f83a2775560ded413feaf315 Depends-On: I4ca1f9f386b6417726154c466e7a9104b6e6e5e1
-
Jenkins authored
-
OTSUKA, Yuanying authored
This patch adds 'OpenStack-API-Version' header for each requests. Change-Id: I49310f1b53447ce00e78e26661cc895ce4f1c4e5 Implements: blueprint api-versioning
-
OTSUKA, Yuanying authored
floating_ip_enabled option is added by server, so we should add this option to client too. Change-Id: I971ef74f0cc79346a76c1faba55777b0a44465da Partial-Implements: blueprint bay-with-no-floating-ips Depends-On: I99677221250480b43a4b95ebf460c43bc77090ad
-
- Aug 28, 2016
-
-
Michael Lekkas authored
Removing invalid directories Change-Id: I75132bd1b521f53f61041ce76f585010b6de5b7e
-
- Aug 26, 2016
-
-
Jenkins authored
-
- Aug 25, 2016
-
-
Stephen Watson authored
Functional tests were sending a bay_uuid parameter after CLI updates changed it to cluster_uuid instead. This fix adds a check for bay_uuid and passes its value to cluster_uuid. Also adds a unit test for backwards compatibility on cert creates. Change-Id: I26e425ca735f9ec5ab5cc0fb4db24af7c675b691
-
Jenkins authored
-
- Aug 24, 2016
-
-
Jenkins authored
-
OTSUKA, Yuanying authored
Currently, magnumclient doesn't work with token and endpoint_override. Due to cloud_config limitation. This issue breaks magnum horizon plugin. This patch fixes it. Change-Id: I0d0a41e72a1a806c4422c2dcde2b86e9889bc35f Closes-Bug: #1616315
-
Jenkins authored
-
Stephen Watson authored
Updates commands to the CA CLI to use cluster in addition to to bay. Adds tests for cluster commands. Currently checks for required arguments in logic instead of through cliutils.py. Changes to cliutils.py seem to be necessary to allow for "either-or" required arguments. Depends on change #354436. Change-Id: Id8c72151661514c3a80ae9fd64369b00a5b78cc9 Implements: blueprint rename-bay-to-cluster
-
Jenkins authored
-
OpenStack Proposal Bot authored
Change-Id: Ic17f2ae089f87402ab3abb2449392754b4db0baf
-
- Aug 23, 2016
-
-
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
-
Jenkins authored
-
Jenkins authored
-
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
-
- Aug 22, 2016
-
-
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
-
- Aug 19, 2016
-
-
OpenStack Proposal Bot authored
Change-Id: Ib889d4619b1b4448ac7a9b72ff780e73c0ac9e9c
-
- Aug 17, 2016
-
-
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
-
- Aug 12, 2016
-
-
Jenkins authored
-
- Aug 05, 2016
-
-
OpenStack Proposal Bot authored
Change-Id: Ie533dbef3c377de8e8958a2e37ed19b58ce1d79f
-
Jenkins authored
-
- Aug 02, 2016
-
-
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
-
- Jul 29, 2016
-
-
OpenStack Proposal Bot authored
Change-Id: I596ab94338ec17108416843c363b64e511507984
-
- Jul 28, 2016
-
-
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
-
- Jul 27, 2016
-
-
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
-