Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
[VCDA-764] Update OSL files for pyvcloud. (#298)
Browse files Browse the repository at this point in the history
Updated the license files, and files which references it, along with AUTHORS and ChangeLog file.
The format of this PR is similar to https://github.com/vmware/pyvcloud/pull/203/files
  • Loading branch information
rocknes committed Oct 1, 2018
1 parent 8e23bc6 commit 82f2d6f
Show file tree
Hide file tree
Showing 6 changed files with 1,221 additions and 789 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Bernard Cafarelli <bernard.cafarelli@gmail.com>
Bob Webster <bwebster@vmware.com>
Bob Webster <rdbwebster@gmail.com>
Brandon Height <brandon.height@crc-corp.com>
Curt Kolovson <16109590+ckolovson@users.noreply.github.com>
Curt Kolovson <ckolovson@vmware.com>
Dana Nourie <dnourie@vmware.com>
Denis Makogon <lildee1991@gmail.com>
Expand All @@ -16,6 +17,7 @@ Fernando Porro <fernando.porro@ericsson.com>
Frank Roth <Frank_Roth@swissre.com>
Greg Westerfield, Jr <gwesterfieldjr@gmail.com>
Jeff Blaine <jblaine@kickflop.net>
Jeff Mace <jmace@vmware.com>
Jiri Tyr <jiri.tyr@gmail.com>
Kaneda-fr <sebastien@lacoste-seris.net>
Konstantin Ilyashenko <konstantin@gigaspaces.com>
Expand Down
36 changes: 36 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
CHANGES
=======

* [VCDA-752] Update doc generation source files (#300)
* Change occurrence of yaml.load() to yaml.safe\_load() in pyvcloud sample app (#299)
* bug fix: correct typo in comments (namespace -> names) (#297)
* Fix search test for api version <= 29.0 (#295)
* Fix documentation for method add\_extension in module api\_extension.py (#296)
* [VDP-2083, VCDA-721] Implement migrate-vms from one resource pool to another (#287)
* [VCDA-756] Update version of lxml to 4.2.1 to avoid failure during installation on Windows machines (#290)
* Include 31.0 and remove 27.0 to/form default supported version (#289)
* [VCDA-762] Invalid Query will raise OperationNotSupportedException instead of silently returning empty list as result. (#288)
* [VCDA-750] Restore access to org vdc network related workflows for non admin users while using api version <= 29.0 (#284)
* [VCDA-549] Fix query service in pyvcloud to accomodate filtering names with commas (#282)
* [VCDA-736] Remove creation of default vapp and vm from base test. (#281)
* Temporary workaround in orgVDC system test to avoid issue#279 (#278)
* [VCDA-550] Remove slack reference from contributing.md (#280)
* BUG FIX: Add to docstring about current RP name limitation (basenames must be unique) and rename functions from add/delete to attach/detach (#276)
* Fixed server API version bug and added stable system tests (#277)
* [VCDA-589] Added network system tests. (#275)
* BUG FIX: Throw exception if primary resource pool removal is attempted. (#274)
* [VDP-1663, VCDA-696]: Implement add, delete ResourcePool from a PVDC (#271)
* [VCDA-692] Added VM system tests (#273)
* [VCDA-588] Implement system tests for org VDC. (#272)
* [VCDA-592] Fix for vcd-cli issue 234. Added system tests for API extension methods. (#270)
* [VCDA-691] Fixed orgvdc network access for non admin users (#269)
* [VCDA-708] CVE-2017-18342 : Replace yaml.load() with yaml.safe\_load() (#266)
* [VCDA-707] Fixed security hole in tarfile.extractall() related to directory walking. (#268)
* Cleaned up obsolete Jenkinsfile (#267)
* Vc attach bugs -- (issues #229 and #230 filed under vcd-cli) (#265)
* [VCDA-333] Added functionality to retrieve vApp power state (#264)
* [VCDA-689] Integrate generalized Jenkins build script (#263)
* Added guard code to handle cases in list\_vcenters() when vCD isn't connected to any vCenter. (#262)
* [VDP-1665, VCDA-642] Implemented enable, disable, detach VC (#260)
* [VDCA-584] Added Org system tests (#258)
* Fixed catalog delete operation for vCD 9.0. (#259)
* [VCDA-603] Catalog sharing fix for system tests, (#257)
* Updated AUTHORS and ChangeLog for v19.3.0 (#255)

19.3.0
------

Expand Down
7 changes: 4 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include requirements.txt
include README.rst
include NOTICE.txt
include LICENSE.txt
include open_source_license_pyvCloud19.2.0GA.txt
include README.md
include requirements.txt
include open_source_license_pyvCloud_20.0.0_GA.txt
recursive-include pyvcloud *.py
Loading

0 comments on commit 82f2d6f

Please sign in to comment.