-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
273 lines (272 loc) · 6.9 KB
/
ChangeLog
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
CHANGES
=======
* publish to pypi
* Rename README.md to README.rst
* Update README.md
* Update README.md
* Update setup.cfg
* Create .codeclimate.yml
* Update README.md
* Update README.md
* Remove all OpenNebula configs
* Fix losing tenant_id config
* Fix config OpenNebula driver
* Init amazon driver
* Add test utils and update OPS driver
* Add test driver for Network
* Update OpenStack driver
* Update tested-OPS-usage-guide.md
* upload tested-OPS-usage-guide
* Add client.py, missed in prev commit
* Update callib
* Remove callib/, unnecessary
* Rename lib/ to callib/
* Update Callib - Fix problem when pick cloud config. - Restructure callib, move everything related to callib to lib/
* Update callib
* Fix pep8 error
* Add allocation pool
* Update callib: - Update BaseClient. - Change supported_providers to driver_mapper in conf/providers. - Update pick_cloud_provider method in utils.py, return random provider instead of pass. - Update test_client.py in unittest
* Update network driver 2
* Update: - Update cal/client.py: handle None args. - Update examples/cal_lib.py: Create some examples, but have to commend it all to pass pep8. Because we don't have any completed drivers
* update security_group driver
* Update provider config
* Update config
* Update member list
* Update member list
* Update member list
* Update member list
* Fix pep8
* Update CAL Lib
* Update network driver
* Update CAL lib
* Fix Dai's mistake
* update openstack network driver
* add openstack network driver test
* update get_router for network quota driver
* Add network driver documentation
* move to keystone v3
* Init cal lib
* Implement OpenstackNetworkQuota with simulating quota
* Add QuotaAbstact Class and init test case
* Add QuotaAbstact Class and remove test case
* Create LICENSE
* Restruct and change some methods
* Update and rename abtract_quota.md to abstract_quota.md
* Delete abtract_quota.md
* upload abtract quota
* Add files via upload
* Delete dev-requirements.txt
* Refactor docs folder: Remove TechBK doc with old design of CAL wsgi
* Update README.md
* Merged unittest with master
* Restructure
* Update tox with coverage
* Update tox.ini with coverage
* Update test_wsgi
* Update driver, return format need consider more
* Init Falcon docs
* Init Falcon docs
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Init coveralls
* Update README.md
* Init coveralls
* Add neutron client without test
* #upload docs OPS_driver_neutronclient
* Update docstring for client
* Update lib - add singleton interface
* Init cal lib
* Update README.md
* Init network driver Init driver and resource abstract
* remove old resource
* Fix pep8 for network resource and CAL utility
* Init network resources
* Update validate_resource.md
* Update validate_resource.md
* Add files via upload
* Create validate_resource.md
* Create validate_driver.md
* - add untility for resource
* Add files via upload
* Update Network_Resource.md
* Update images
* Update images
* Init Network Resource documentation
* update resource
* Init network resource
* Update .travis.yml
* Update .travis.yml
* Update README.md
* Update README.md
* Update TESTING.rst
* Update TESTING.rst
* Init coverage test
* Init coverage test
* FIxed!
* FIxed!
* Init network config
* Init network config
* Fix error
* Fix error
* Add conf/ with oslo_config
* Add conf/ with oslo_config
* Update README.md
* Update README.md
* Update cal framework
* Update cal framework
* Update validate_resource.md
* Update validate_resource.md
* Add files via upload
* - add untility for resource
* Fix pep8
* Fix pep8
* Change httpd.handle_request() to httpd.serve_forever()
* Change httpd.handle_request() to httpd.serve_forever()
* Update cal framework with falcon
* Update cal framework with falcon
* Update TESTING.rst
* Update TESTING.rst
* Update requirements
* Update requirements
* Create validate_resource.md
* Create validate_driver.md
* Add files via upload
* Update README.md
* Update README.md
* Init use Falcon instead
* Init use Falcon instead
* oslo_config basic
* oslo_config basic
* Remove pretty_tox.sh and pretty_tox3.sh
* Remove pretty_tox.sh and pretty_tox3.sh
* Add skipIf decorator
* Add skipIf decorator
* Update tox.ini and fix py34 problem
* Update tox.ini and fix py34 problem
* Add py34 and fix to run both py27, py34 and pep8 with tox
* Add py34 and fix to run both py27, py34 and pep8 with tox
* Update .travis.yml
* Update .travis.yml
* Disable CI test with py34
* Disable CI test with py34
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* move yaml travis
* move yaml travis
* Init travis
* Init travis
* Add tox pep8
* Add tox pep8
* Update Network_Resource.md
* Update images
* Update images
* Init Network Resource documentation
* Fix spelling
* Fix spelling
* Fix spelling
* Fix spelling
* update resource
* Add ResourceTest
* Add ResourceTest
* More test case..
* More test case..
* Update test_wsgi.py
* Update test_wsgi.py
* Update
* Update
* Update
* Update
* Init network resource
* Update TESTING.rst
* Update TESTING.rst
* Update TESTING.rst
* Update TESTING.rst
* Update TESTING.rst
* Update TESTING.rst
* Update TESTING.rst
* Update TESTING.rst
* Update TESTING.rst
* Update TESTING.rst
* Update TESTING.rst
* Update TESTING.rst
* Update
* Update
* Fix tox.ini and Add .testr.conf
* Fix tox.ini and Add .testr.conf
* Update tox
* Update tox
* xong stevedore
* xong stevedore
* Update cal-paste.ini, broker middleware
* Update cal-paste.ini, broker middleware
* Setup ok
* Setup ok
* Update
* Update
* Update TESTING.rst
* Update TESTING.rst
* Init Test framework
* Init Test framework
* Update setup.cfg
* Update setup.cfg
* Add broker, json
* Add broker, json
* update setup
* update setup
* add setup.py
* add setup.py
* restructure
* restructure
* add storage issues
* add compute issues
* add issue network
* Update CAL_Plugins_Tutorial.md
* Update CAL_Plugins_Tutorial.md
* Improve cal plugin tutorial
* Improve cal plugin tutorial
* Improve basic controller for example
* Improve basic controller for example
* Update CAL_Plugins_Tutorial.md
* Update CAL_Plugins_Tutorial.md
* Update CAL_Plugins_Tutorial.md
* Update CAL_Plugins_Tutorial.md
* Update CAL_Plugins_Tutorial.md
* Update CAL_Plugins_Tutorial.md
* Update CAL_Plugins_Tutorial.md
* Update CAL_Plugins_Tutorial.md
* Update CAL_Plugins_Tutorial.md
* Update CAL_Plugins_Tutorial.md
* Update cach viet mot Resource Extension
* Update cach viet mot Resource Extension
* v1 example
* v1 example
* create first project
* create first project
* update doc for v0.0.1
* update doc for v0.0.1
* daidv: fix syntax error
* Delete .~oposal.odt
* Delete .~lock.Proposal.odt#
* kiennt: fixed
* techbk
* techbk
* Network-Survay-Report-ver1
* kiennt: update survey
* Survey report for compute
* kiennt: update survey
* kiennt: survey
* Update objectstorage.md
* Update blockstorage.md
* compare ec2 and nova
* Update README.md
* kiennt: storage
* Tim hieu Network API