Просмотр исходного кода

Add new repo address to changelog

Enis Afgan 7 лет назад
Родитель
Сommit
f28b53d800
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      CHANGELOG.rst

+ 2 - 1
CHANGELOG.rst

@@ -5,7 +5,7 @@
 * Restructured the interface to make it more comprehensible and uniform across
 * Restructured the interface to make it more comprehensible and uniform across
   all supported providers. See `issue #69 <https://github.com/CloudVE/cloudbridge/issues/69>`_
   all supported providers. See `issue #69 <https://github.com/CloudVE/cloudbridge/issues/69>`_
   for more details as well as the library layout image for an easy visual
   for more details as well as the library layout image for an easy visual
-  reference: http://cloudbridge.cloudve.org/en/v1.0.0/#quick-reference.
+  reference: https://github.com/CloudVE/cloudbridge#quick-reference.
 * Migrated AWS implementation to use boto3 library from boto (thanks @01000101)
 * Migrated AWS implementation to use boto3 library from boto (thanks @01000101)
 * Cleaned up use of ``name`` property for resources. Resources now have ``id``,
 * Cleaned up use of ``name`` property for resources. Resources now have ``id``,
   ``name``, and ``label`` properties to represent respectively: a unique
   ``name``, and ``label`` properties to represent respectively: a unique
@@ -16,6 +16,7 @@
 * Refactored tests and extracted standard interface tests where all resources
 * Refactored tests and extracted standard interface tests where all resources
   are being tested using the same code structure. Also, tests will run only
   are being tested using the same code structure. Also, tests will run only
   for providers that implement a given service.
   for providers that implement a given service.
+* Moved the repository from github.com/gvlproject to github.com/cloudve org
 * When deleting an OpenStack network, clear any ports
 * When deleting an OpenStack network, clear any ports
 * Added support for launching OpenStack instances into a specific subnet
 * Added support for launching OpenStack instances into a specific subnet
 * Update image list interface to allow filtering by owner
 * Update image list interface to allow filtering by owner