mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1734 from rubiojr/changelogs-update
ChangeLogs Update
This commit is contained in:
commit
a270b69a23
4 changed files with 68 additions and 1 deletions
6
lib/fog/digitalocean/CHANGELOG.md
Normal file
6
lib/fog/digitalocean/CHANGELOG.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# 1.11.0 2013/04/04
|
||||
|
||||
* Initial release
|
||||
|
||||
Getting started example: https://github.com/fog/fog/blob/master/lib/fog/digitalocean/examples/getting_started.md
|
||||
|
8
lib/fog/dreamhost/CHANGELOG.md
Normal file
8
lib/fog/dreamhost/CHANGELOG.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 1.10.0 2013/03/05
|
||||
|
||||
## DNS
|
||||
|
||||
* Initial release
|
||||
|
||||
Getting started example: https://github.com/fog/fog/blob/master/lib/fog/dreamhost/examples/dns/getting_started.md
|
||||
|
47
lib/fog/openstack/CHANGELOG.md
Normal file
47
lib/fog/openstack/CHANGELOG.md
Normal file
|
@ -0,0 +1,47 @@
|
|||
# 1.11.0 2013/04/04
|
||||
|
||||
## Storage
|
||||
|
||||
* Added storage (Swift) example to set account quotas:
|
||||
|
||||
https://github.com/fog/fog/blob/master/lib/fog/openstack/examples/storage/set-account-quota.rb
|
||||
|
||||
* Added account impersonation to the storage service
|
||||
|
||||
Now it's possible to use an admin account with a reseller
|
||||
role to impersonate other accounts and set account metadata
|
||||
headers. See the account quotas example included in this release
|
||||
|
||||
## Network
|
||||
|
||||
* create_network request updated
|
||||
|
||||
Implements provider extensions when creating networks.
|
||||
|
||||
See http://docs.openstack.org/trunk/openstack-network/admin/content/provider_attributes.html
|
||||
|
||||
* Network Router support (Quantum)
|
||||
|
||||
Added router model/collection and related requests.
|
||||
|
||||
* New network service example
|
||||
|
||||
See https://github.com/fog/fog/blob/master/lib/fog/openstack/examples/network/network_subnets_routers.rb
|
||||
|
||||
* :openstack_endpoint_type parameter was added to the network service
|
||||
|
||||
## Image
|
||||
|
||||
* Added basic image service example (Glance)
|
||||
|
||||
Download CirrOS 0.3.0 image from launchpad (~6.5MB) to /tmp
|
||||
and upload it to Glance.
|
||||
|
||||
See https://github.com/fog/fog/blob/master/lib/fog/openstack/examples/image/upload-test-image.rb
|
||||
|
||||
* Check for glance version (fog only supports v1)
|
||||
|
||||
## Compute
|
||||
|
||||
* create_server and the Server model where updated to allow booting a VM
|
||||
with NICs (net_id, port_id, fixed_ip).
|
|
@ -1,4 +1,10 @@
|
|||
# 1.9.0 XX/XX/XXXX (XenServer ChangeLog)
|
||||
# 1.11.0 2013/04/04
|
||||
|
||||
* It's now possible to manage XS/XCP VLANs and Networks
|
||||
|
||||
See https://github.com/fog/fog/blob/master/lib/fog/xenserver/examples/networks-and-vlans.rb
|
||||
|
||||
# 1.9.0 2013/01/19
|
||||
|
||||
* Added missing HostCpu model
|
||||
|
||||
|
|
Loading…
Reference in a new issue