Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / Changelog @ 95e64ecd

History | View | Annotate | Download (24.4 kB)

1
Changelog
2
---------
3

    
4
dev
5
***
6
* Private networks quota setting added (``MAX_NETWORKS_PER_USER``)
7
* Simple per user networks/vms quota mechanism based on
8
  NETWORKS_USER_QUOTA/VMS_USER_QUOTA settings. 
9
  This allows you to override the global per user quota for the specific user 
10
  ids::
11
	
12
	# limit all users to 2 vms per user
13
  	MAX_VMS_PER_USER = 2
14
	
15
	# but let `user1@grnet.gr` and `user2@grnet.gr` to be able to create up to
16
	# 10 vms each.
17
	VMS_USER_QUOTA = {
18
		'user1@grnet.gr': 10, 
19
		'user2@grnet.gr': 10
20
	}
21
	
22
* Fix error message when no available network links can be created.
23

    
24

    
25
v0.9.14
26
*******
27

    
28
Logic
29
^^^^^
30
* Remove messages that can not be handled from queue 
31

    
32
UI
33
^^
34
* Fix create view image selection, Refs (#2487)
35
* Display stats period selection in ui 
36
* Improve wording on vm create view 
37
* Console popup window fix for safari (#2463)
38
* Use 'id_rsa' as the filename for the downloaded private key (#2461)
39
* Changed the name of the auto generated public key ('my generated public key')
40

    
41

    
42
v0.9.13
43
*******
44

    
45
* Restore plankton backends from invalid commit
46

    
47

    
48
v0.9.12
49
*******
50

    
51
* Update copyright notice on ui footer 
52
* Improve readability of vm password in ui 
53
* Fix nonexistent image metadata handling 
54
* Fix multiple connect actions sent to the server (#2358)
55
* Fix history handling (#2299)
56
* Fix python-daemon required version 
57

    
58

    
59
v0.9.11
60
*******
61

    
62
* listservers management command unicode workaround
63

    
64

    
65
v0.9.10
66
*******
67

    
68
* Fallback to displaying the image id if it can not resolve it.
69
* Remove **detect-orphan-{servers,networks}.
70

    
71

    
72
v0.9.9
73
******
74

    
75
* Update footer links
76
* Fix create view default flavor
77
* Updated setup.py required packages versions
78

    
79

    
80
v0.9.8
81
******
82

    
83
* Fix empty user information in feedback mails
84

    
85

    
86
v0.9.7
87
******
88
* Verify VNC server settings in get_console
89
* Management commands additions / improvements / fixes
90
* UI application fixes/improvements
91
* Other minor bugfixes
92

    
93

    
94
v0.9.2
95
******
96
* ui.userdata migration fixes
97
* new synnefo.db migrations (fixes constrain issues)
98

    
99

    
100
v0.9.1
101
******
102
* Bumped version for debian package to upgrade from 0.9.0rc1
103

    
104

    
105
v0.9.0
106
******
107

    
108
* Removed link_static management command from synnefo.ui app
109
* Astakos integration in ui and api
110
* Cloudbar integration in ui
111

    
112

    
113
2011-11-29, v0.7.4
114
******************
115

    
116
FIXES:
117
	OKEANOS_INTRO:
118
		* News section
119

    
120

    
121
2011-10-21, v0.7.3
122
******************
123

    
124
FIXES:
125
	UI:
126
		* Fix two UI glitches with Firefox 3.6 (#1545, #1546)
127

    
128

    
129
2011-10-19, v0.7.2
130
******************
131

    
132
FIXES:
133
    UI:
134
	    * Fix regressions with flavor sorting and image size checking
135
		  (#1429, #1507)
136

    
137

    
138
2011-10-17, v0.7.1
139
******************
140

    
141
FIXES:
142
    UI:
143
        * Fix Enter/Esc on machine rename not working in the UI (#1501)
144
	    * Fix UI barfs if a VM is based on an Image with state=DELETED (#1494)
145
        * Fix UI user logout action does not work (#1497)
146
    Images:	
147
		* Fix erroneous reference to $(HELPER_DIR) in /etc/default /snf-image (#1498)
148
		* Fix typo in snf-image-helper ChangePassword task (#1500)
149
		* Show timestamps on execution of helper tasks in snf-image helper VM (#1499)
150
    Deployment:
151
		* Improve check for Ganeti master in snf-ganeti-eventd init script (#1323)
152
		* Fix snf-ganeti-eventd init script ignored defaults file (#1505)
153

    
154

    
155
2011-10-13, v0.7
156
****************
157

    
158
NEW FEATURES:
159
    UI:
160
        * From the ground-up rebuilt, refactored MVC-based UI (#1443)
161
        * Document all settings introduced due to UI refactoring (#1447)
162
        * UI asset files versioning (#1460)
163
        * Improve feedback on completed steps during machine creation (#1461)
164
    Images:
165
        * Completely re-engineered image deployment mechanism based on
166
          snf-image Ganeti OS provider, in isolated helper VM
167
        * Support public and private images (#555)
168
        * Support handling of VM filesystem, injection of arbitrary files
169
          on VM creation (#491)
170
        * Implement file injection as a task in snf-image (#1095)
171
        * Remove all-host based processing of (potentially user-provided)
172
          Images (#969)
173
    API:
174
        * Implement <personality> tag in OpenStack Compute API
175
          for file injection (#985, #1093)
176
        * Update API implementation for server/image metadata based on latest
177
          draft version of spec (#1403)
178
        * Support deletion of Flavors, support servers referring to
179
          inexistent (deleted) Flavors (#1157)
180
    Admin:
181
        * Addition of **meta option to snf-admin image for easy setting
182
          of image metadata values on image creation (#1107)
183
    Deployment:
184
        * Initial iteration of a system test suite, snf-burnin,
185
          for end-to-end testing of Synnefo deployments (#1155)
186
        * Re-engineered logging mechanism, for finer-grained control (#1033)
187
        * Add init script for snf-ganeti-eventd, fix Debian packaging (#1323)
188
        * Document removal of Flavors from circulation (#1472)
189
        * Add generic service unavailable template (#1359)
190

    
191

    
192
FIXES:
193
    UI:
194
        * Fix problems when reusing the Create machine wizard with IE8 (#997)
195
        * Fix problematic update of the networks tab and minor fixes (#861)
196
        * Fix "Connecting" and "progress" gif in networks tab (#863)
197
        * Fix inconsistencies on machine transitions between views (#917)
198
        * Fix IE rendering mode (#975)
199
        * Fix UI machine/network creation overlays style clutter (#979)
200
        * Have UI should reset action confirmations after state change (#981)
201
        * UI barfs due to exception on "New Machine" wizard (#1473)
202
        * UI throws exception on single-server view (#1483)
203
    API:
204
        * Fix incomplete constraints in ImageMetadata Model (#1255)
205
    Deployment:
206
        * Split initial_data.json to work around South "feature" (#1263)
207
        * Fix missing snf-ganeti-instance-image package dependency (#1319)
208
    Kamaki:
209
        * The kamaki client lib uses the root logger (#1337)
210
        * The kamaki client lib fails to set server metadata (#1399)
211
    Invitations:
212
        * FIx bug causing HTTP 500 error on /invitations/login (#1407)
213
        * Fix sort order of flavors, sort by actual characteristicts (#1429)
214
        * Fix display of error modal boxes, do notrefresh or display another
215
          error (#1433)
216
        * Fix positioning of machines in "Destroying" (#1437)
217
        * Fix Metadata button shown as clickable while it's not (#1441)
218
    Images:
219
        * Missing dependency on 'qemu-img' in snf-image-helper (#1484)
220
    Logic:
221
        * Fix messages left in the queue due to unknown Ganeti opcodes (#1492)
222

    
223

    
224
2011-09-15, v0.6.2
225
******************
226

    
227
FIXES:
228
    UI:
229
        * Fix handling of Images in state=DELETED,
230
          allow sorting and categorization of Images in the UI (#823)
231
        * Fix the "Create New wizard" does not honor selection of
232
          "small/medium/large" images (#1129)
233
    Admin:
234
        * Fix the admin interface throws exception on the
235
          Invitations tab (1105)
236
    API:
237
        * Make API responses uncacheable (#1091)
238
    Logic:
239
        * Fix The dispatcher leaving messages unprocessed for
240
          unknown Ganeti opcodes(#1111)
241

    
242
NEW FEATURES:
243
    Admin:
244
        * Support filtering based on state, support image registration
245
          with mandatory type argument, make all deletion operations
246
          set state to DELETED (#849)
247
    API:
248
        * Allow marking flavors as removed, honor deleted flag (#1055)
249

    
250

    
251
2011-09-13, v0.6.1
252
******************
253

    
254
FIXES:
255
    UI:
256
        * Make all AJAX requests to the API uncache-able
257

    
258

    
259
2011-09-12, v0.6
260
****************
261

    
262
NEW FEATURES:
263
    Admin:
264
        * Initial version of new Web-based admininstration panel, allows
265
          management of Synnefo entities directly on the DB (#849)
266
        * Allow setting https apiurl and token in cloud tool (#853)
267
    Deployment:
268
        * Overhauled reconciliation mechanism, unit tests (#1021, #811)
269
    UI:
270
        * Overhaul CPU/RAM/disk sliders in UI to be more intuitive (#843)
271
        * Support setting of small, medium large flavors in UI (#815)
272
        * Have the UI filter flavors, depending on image size (#817)
273
        * Better, error-specific handling of error codes in UI (#971)
274
        * Implement retrieval of authentication token from the UI (#977)
275
        * Re-worked invitation UI is more vocal on errors, supports pagination
276
          (#1039)
277
        * Support a list of UI-specific metadata keys to be copied from Image
278
          to newly-created Server (#847)
279
    Images:
280
        * Support dd-based deployment of Windows and Linux images, using only
281
          dd-based sequential I/O, get rid of ntfsclone (#965, #1007)
282

    
283
FIXES:
284
    UI:
285
        * Fix Opera failing with "too old changes-since value" when idle (#521)
286
        * Fix UI problems with Firefox 3.5.x (#781)
287
        * Fix server statistics not refreshing properly in the UI (#881)
288
        * Machine rename icon not visible on IE (#909)
289
        * Fix list view fail not updating machine state properly (#915)
290
        * Fix colors in "Error" state (#953)
291
        * Fix the confirmation bar disappearing at times (#955)
292
        * Hide all actions when in state "Destroying..." (#957)
293
        * Disable connect action when machine has no ip set (#983)
294
        * Update image details on last vm creation step overlay on IE (#1011)
295
        * Fix list view displays UI error when servers are updated on IE
296
          (#1013)
297
        * Make "Add invitation", remove invitation button appear clickable
298
          (#1019)
299
    Logic:
300
        * Fix Logic layer complaining about certain Ganeti opcodes (#1031)
301

    
302

    
303
2011-08-29, v0.5.5
304
******************
305

    
306
FIXES:
307
    Logic:
308
        * Bugfixes, reconnect to AMQP properly when connection drops,
309
          added more DEBUG- and INFO-level logging messages.
310

    
311

    
312
2011-07-27, v0.5.4
313
******************
314

    
315
FIXES:
316
    UI:
317
        * Numerous bugfixes, most in response to user feedback from
318
          the Alpha deployment
319
        * #813 (Minor UI issues), #857 (long machine names),
320
          #865 (problem when user has zero invitations),
321
          #873 (generic 404 template), #895 (default username in RDP file),
322
          #897 (show spinner for the public network), 899 (allow Connect
323
          from the network UI), #901 (cannot select password for copying
324
          with Chrome), #893 (firewall profile selection behaves as a single
325
          list for all servers), #903 (cannot copy paste IPv4 in icon view),
326
          #905 (Javascript throws exception when left idle), #907 (similar
327
          issue with #907), #913 (list view alert message)
328
    Images:
329
        * ntfsclone does not use all of the available space on the target (#879)
330
    Deployment:
331
        * Move fix_amqp_settings to queue system init code (#809)
332
    Admin:
333
        * snf-admin user invite is not non-ascii friendly (#943)
334
        * snf-user should show email addresses, even without any arguments (#871)
335

    
336
FEATURES:
337
    UI:
338
        * Show completion percentage when a machine is being built (#887)
339
    API:
340
        * Report percentage completion for machines in BUILD (#891)
341
    Images:
342
        * The image deployment layer should report completion to the API layer
343
          (#889)
344
    Deployment:
345
        * Drop ganeti-eventd & snf-ganeti-hook synnefo dependency (#691)
346
        * Split Synnefo Ganeti tools to separate project under snf-cyclades-gtools/
347
        * Import code for building Debian packages, refactor repository (#691)
348

    
349

    
350
2011-07-19, v0.5.3.1
351
********************
352

    
353
FIXES:
354
    API:
355
        * Fix bug with firewall code using inexistent, removed setting
356
    GUI:
357
        * Fix bug with invitations UI (#859)
358
        * Fix bug with feedback form submission raising HTTP 500
359
    Deployment:
360
        * Fix bug with error reporting by the invitations app
361

    
362

    
363
2011-07-19, v0.5.3
364
******************
365

    
366
FIXES:
367
    GUI:
368
        * Add separate LOGOUT_URL setting
369
          fixes bug with URL in invitations mail
370
    Deployment:
371
        * Recode invitations email in UTF-8
372
        * Use DEFAULT_FROM_EMAIL Django setting as From: header
373
          for all emails
374

    
375

    
376
2011-07-18, v0.5.2
377
******************
378

    
379
FIXES:
380
    GUI:
381
        * Improve IPv6 support in UI (#839, #841)
382
        * Improve Connect messages, propose username (#801)
383
        * Add "tag"/"value" headers in Modify tags popup (#845)
384
    API:
385
        * Support arbitrary arguments to RAPI CreateInstanceCall() (#835)
386
    Admin tool:
387
        * Support creation and modification of users, flavors, images (#827)
388
        * Support sending invitations from the command line
389

    
390

    
391
2011-07-14, v0.5.1
392
******************
393

    
394
FIXES:
395
    GUI:
396
        * non-standard dpi settings (#343)
397
        * many minor bugs (#717)
398
        * remove "Login again" button from Java VNC viewer (#731)
399
        * Fix no firewall settings shown for newly built machines (#753)
400
        * Fix handling of transitional "Destroying" state (#771)
401
        * Use well-formed, client- and server-specific messages
402
          for the Connect operation (#801)
403
        * Fix misaligned action labels in IE (#821)
404
          generic cross-browser compatibility fixes (#341)
405
    Logic:
406
        * fix dispatcher flushing AMQP queues (#719)
407
        * Support asynchronous VM deletion (#721)
408
        * Add backend prefix to all AMQP queues (#723)
409
        * Document workarounds for dispatcher daemonization problems
410
          when logging to stdout (#779)
411
    Images:
412
        * Fix ntfsclone causing excess I/O load due to verbose output (#729)
413
    API:
414
        * Have API use the flavor-defined disk sizes (#759)
415
        * Make backend disk templates (plain, drbd) configurable (#77&)
416
        * Work around Ganeti bug with getting VNC console info (#783)
417
        * Set serial_console=False explicitly on Ganeti backend (#785)
418
        * Allow exception info to propagate when VNC console allocation fails
419
          (#789)
420
        * Handle deletion of machines in ERROR when no Ganeti instance exists
421
          (#799)
422
    Backend:
423
        * Synchronize contrib/kvm-vif-bridge to agree with the API on the tags
424
          to use for firewall profiles (#789)
425

    
426
NEW FEATURES
427
    GUI:
428
        * Add themed form for invitations, integrate with UI (#439)
429
        * Add themed feedback form, integrate with API error window
430
          (~okeanos #7)
431
    Admin tool:
432
        * Add initial version of snf-admin tool for user, VM and image
433
          management (#727)
434

    
435

    
436
2011-07-01, v0.5
437
****************
438

    
439
NEW FEATURES
440
    GUI:
441
        * Overhauled icon and single-server view, updated color set
442
          (#651, #653, #667, #669, #673, #675, #677, #443, #631)
443
        * Added statistics, retrieves pre-processed PNGs from backend (#527)
444
        * Added buttons for modifier keys, custom theming to Java VNC client
445
          (#545)
446
        * Support single-click RDP-based connection to Windows VMs (#673)
447
        * Allow setting network firewall profiles on public interfaces (#661)
448
    Images:
449
        * Complete set of Linux distribution Images (Debian, Fedora, Ubuntu)
450
          (#493, #509)
451
        * Complete support for Windows machines (create, customize, boot)
452
          (#495)
453
    Logic:
454
        * Support centralized logging, logging.conf-based setup (#547)
455
    AAI:
456
        * Allow per-user setting of number of outgoing invitations (#439, #705)
457
        * Support "switch-user"-type functionality for helpdesk users (#665)
458
        * Support user logout in the UI, delete relevant tokens (#663)
459
    API:
460
        * Supports retrieval of statistics (#527)
461
        * Support maximum number of VMs per user (quota) (#703)
462
        * Extend API to support distinct firewall profiles, update backend (#659)
463
    Deployment:
464
        * BSD 2-clause Licensing (#581)
465
        * Initial translation of UI to Greek (#689)
466
        * Drop Django dependency in snf-ganeti-eventd and snf-ganeti-hook (#691)
467
          Synnefo dependency remains, already patched by ops, to be committed
468
        * Split settings.py to distinct files under settings.d/ (#693)
469
        * Use the Django email framework (#697)
470
        * Implemented statistics-gathering mechanism at the backend (#527)
471

    
472
FIXES:
473
    GUI:
474
        * Too many bug fixes to mention (#403, #429, #465, #473, #557, #589,
475
          #599, #605, #607, #609, #611, #613, #619, #621, #623, #625, #627,
476
          #629, #633, #635, #637, #639, #641, #643, #645, #647, #649, #655,
477
          #657, #681, #687, #699, #701, #707, #709)
478
        * Better cross-browser compatibility (#341)
479
        * Should work with relative URLs (#421)
480
    Images:
481
        * Set hostname in Linux VMs appropriately (#603)
482
    Logic:
483
        * Include EUI-64-derived IPv6 address in ganeti-net-status notifications
484
          (#615)
485
    Deployment:
486
        * Do not set nodes explicitly, use iallocator at Ganeti backend (#617)
487

    
488

    
489
2011-06-06, v0.4
490
****************
491

    
492
NEW FEATURES:
493
    GUI:
494
        * Support displaying info on and handling of public and private networks,
495
          with differential updates (#407, #469)
496
        * Support create new private network (#541), add machine to
497
          private network (#543)
498
        * Design and implement a completely revamped blue and orange
499
          color theme (#529, #531)
500
        * Implement improved add/edit metadata dialog with suggested values for
501
          keys (#535, #537)
502
        * Implement list of suggested keys in add server metadata dialog (#537)
503
        * Add full-screen Console window, themed as the rest of the UI (#497)
504
        * Implement single-machine view in the UI (#573)
505
        * Add user notification (spinner) on button clicks performing
506
          API actions (#471)
507
        * Full IE support, differential updates (#461)
508
    AAI:
509
        * Each token has its own expiration date, fix expiration of
510
          development test token (#483)
511
        * Support adding new users to the DB by invitation (#439)
512
    API:
513
        * Extend networks API, support differential updates for private nets (#569)
514
        * Support XML replies for the /networks API namespace (#553)
515
        * Implement mechanism for reconciliation of DB state with Ganeti backend
516
          state in case of AMQP failure (#505)
517
        * Support Ganeti link pooling for management of private networks (#513)
518
        * Support reception and processing of NIC configuration notifications
519
          from Ganeti over AMQP (#513)
520
    IMAGES:
521
        * Implement generic API<->Ganeti mechanism for passing custom VM parameters (#487)
522
        * Support selection and handling of OS images for VM customization (#489)
523
        * Support random selection and enforcement of root password on Linux VMs (#485)
524
    GANETI BACKEND:
525
        * Design and implement mechanism for handling network connection requests,
526
          based on link ids of virtual NICs (#411)
527
        * Support handling of public and private networks,
528
          based on NFDHCPD and custom KVM ifup scripts (#407, #411)
529

    
530
FIXES:
531
    GUI:
532
        * Remove extraneous GET /server/id/meta requests (#463)
533
        * Fix location of the "Create New" wizard in IE (#467)
534
        * Make numerous hardcoded strings translatable (#473)
535
        * Fix alignment of step names in "Create New" wizard (#475)
536
        * Fix OS icons not appearing in Opera (#477)
537
        * Fix correspondence of OS icons to icon URIs (#481)
538
        * Fix console action inoperable in list view (#497)
539
        * Fix HTTP errors from backend not reported correctly (#523)
540
        * Fix handling of API "UKNNOWN" status for servers (#571)
541
        * Add SVG-derived icons for Fedora in multiple resolutions (#587)
542
        * Various minor UI glitches (#583, #585, #591)
543
    API:
544
        * Fix entering Greek characters in fields failed (was due to
545
          problem with db creation parameters in MySQL) (#499)
546
        * Fix return erroneous 304 NOT MOTIFIED for GET /servers if only
547
          server metadata modified (#525)
548
        * Fix return erroneous "UNKNOWN" status under specific circumstances (#573)
549
        * Remove private network connections when a server is deleted (#579)
550

    
551

    
552
KNOWN DEFECTS:
553

    
554
    GUI:
555
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
556
        * UI breaks if "Create New" called twice in quick succession (#609)
557
        * Esc/Enter keys do not work in edit metadata window (#605)
558
        * No spinner icon on outstanding requests for updates to private networks (#607)
559
        * Error window overflows in case of longer-than-usual traceback in
560
          "Details" field (#611)
561
        * Single-server view does not update properly (#613)
562
    IMAGES:
563
        * Image deployment mechanism does not set Linux hostname properly (#603)
564
    GANETI BACKEND:
565
        * No IPv6 reported from the Synnefo Ganeti hook to the API
566
          (backend, API and UI can all handle IPv6 though) (#615)
567
        * All VMs currently allocated to the first Ganeti node, since no
568
          allocator has been installed in the development Ganeti yet (#617)
569
    Deployment:
570
        * No rigorous testing of data migration, migrations in real-world
571
          conditions will probably fail (#503)
572

    
573

    
574
2011-05-10, v0.3
575
****************
576

    
577
FIXES/NEW FEATURES:
578

    
579
    GUI:
580
        * Report connection failures correctly, instead of a bogus 503 error (#427)
581
        * Support rename Virtual Machines using a nifty pencil icon (#429)
582
        * Fix complete failure of site with IE (starts, has known defects) (#431)
583
        * Support expanding box in icon view, containing metadata info (#375, #435, #441)
584
        * Support providing X-Auth-Token headers for authentication (#455)
585
        * Support Java applet-based popup for VNC console access (#391)
586
        * Initial implementation of "networks" tab interface mockup, no actual functionality (#415)
587
    AAI:
588
        * End-to-end Shibboleth support (#345)
589
    API:
590
        * Support creation, management and removal of private L2 networks (#409, #457)
591
        * Fix API implementation does not return unAuthorized cloud faults (#459)
592
        * Merge support for X-Auth-Token based authentication (#423)
593
    Logic:
594
        * Re-engineer messaging layer, migrate from 0mq to an AMQP-based infrastructure (#393)
595
        * Extended dispatcher, provides the context for executing business layer functions (#393)
596
        * Extended Ganeti event daemon, publish notifications over AMQP (#393)
597
        * Support a generic Synnefo hook in Ganeti, publish notifications over AMQP (#393, #397)
598
        * Extend logic layer, process NIC configuration notifications, update VM info in DB (#397)
599
    Deployment:
600
        * Add improved version of README.deploy, detailing node types in a Synnefo deployment
601

    
602
KNOWN DEFECTS:
603

    
604
    GUI:
605
        * Inoperative console action in list view (#497)
606
        * Various UI glitches under Chrome/Safari (wizard)
607
        * Serious functionality glitches with IE (no auto-refresh, no machine rename)
608
        * Serious UI glitches with non-standard dpi settings (#343)
609
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
610
    API:
611
        * No Greek characters allowed in server names with the MySQL backend (#499)
612
    Deployment:
613
        * No rigorous testing of data migration, migrations in real-world conditions will probably fail (#503)
614

    
615

    
616
2011-04-19, v0.2.2
617
******************
618

    
619
Bug fix release:
620
    GUI:
621
        * Fix start operation breakage due to extra argument in API call (#433)
622

    
623

    
624
2011-04-19, v0.2.1
625
******************
626

    
627
Bug fix release:
628
    GUI:
629
        * Fix shutdown operation breakage due to extra argument in API call (#433)
630

    
631

    
632
2011-04-19, v0.2
633
****************
634

    
635
FIXES/NEW FEATURES:
636

    
637
    GUI:
638
        * Show transitional state when command is in progress ("Starting", etc) (#401)
639
        * Allow only "destroy" for machines being built (#399)
640
        * Show nice icons for the icon, list and single view (#389)
641
        * Show the VM configuration (flavor) in list view (#387)
642
        * Add Destroy action in icon view (#381)
643
        * Show spinner when action is in progress (#379)
644
        * Handle OS icons properly for Images and machines, user-controlled (#257)
645
        * Support modification of VM metadata (currently: only addition, removal) (#375)
646
        * Support machine rename (#307)
647
        * Show welcome screen when no VMs defined (#279)
648
        * Revamped "Create New" wizard (#83)
649
    API:
650
        * Return buildInProgress properly (#351)
651
        * Loads of new unit tests (#417)
652
        * Support OOB console access over VNC using vncauthproxy
653
            - Run as daemon, support automatic port selection (#419)
654
        * Refactor ganeti-0mqd
655
            - Run as daemon, receive messages from Ganeti hooks, publish over 0mq
656
    Deployment:
657
        * Add initial version of README.deploy, detailing service dependencies
658
        * Add support for database migrations, using Django South (#371)
659
        * Install continuous integration platform (Jenkins), run tests automatically (#383)
660

    
661
KNOWN DEFECTS:
662

    
663
    GUI:
664
        * Minor visual problems with Firefox 3.5 (#403)
665
        * Major cross-browser compatibility problems (no IE support) (#431, #341)
666
        * Requires installation under /, does not work with relative URLs (#421)
667
        * Incorrect 503 return code when server is unreachable (#427)