File: CHANGELOG.md

package info (click to toggle)
ruby-fog-openstack 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,784 kB
  • sloc: ruby: 47,937; makefile: 5; sh: 4
file content (73 lines) | stat: -rw-r--r-- 1,862 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# 1.1.5 2025/03/18

* add initial support for application credentials

# 1.1.4 2025/02/05

* fix DSL REST API v2 docs
* update to latest fog/.github
* fix namespace for OpenStack Orchestration utils

# 1.1.3 2024/06/12

* add support for application credentials to storage

# 1.1.2 2024/06/12

* erroroneous (thought things had been merged that weren't yet)

# 1.1.1 2024/05/14

* delete newlines in base64 encoding
* misc repo maintenance
* add support for authentication via application credentials

...

# 1.10.1 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).