Jump to: navigation, search

Translations:ReleaseNotes/Liberty/150/ko

Revision as of 17:05, 23 October 2015 by Gang Sung Jin (talk | contribs) (Created page with "* python-glanceclient는 Glance API v2를 기본으로 사용합니다. 만약 v2를 사용할 수 없다면 v1으로 작업하게 됩니다. * Dependencies for backend stores...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • python-glanceclient는 Glance API v2를 기본으로 사용합니다. 만약 v2를 사용할 수 없다면 v1으로 작업하게 됩니다.
  • Dependencies for backend stores are now optionally installed corresponding to each store specified.
  • Swift, s3, vmware와 같은 스토리지를 Python3로 사용 가능합니다.
  • 소스코드와 일부 새로운 업데이트뿐만 아니라 기본 메타 정의 ship을 했습니다. (Some new as well as updated default metadata definitions ship with the source code.)
  • 추가적으로 Glance API는 Python3를 지원합니다. 그리고 지속적인 호환성 지원을 위해 시험 기능이 계속 추가됩니다.
  • 배엔드 MySQL DB에서 utf-8이 기본 문자셋입니다.
  • Migration scripts have been updated to perform a sanity check for the table charset.
  • 'ram_disk' and 'kernel' properties can now be null in the schema and 'id' is now read only attribute for v2 API.
  • A configuration option client_socket_timeout has been added to take advantage of the recent eventlet socket timeout behaviour.
  • A configuration option scrub_pool_size has been added to set the number of parallel threads that a scrubber should run and defaults to 1.
  • An important bug that allowed to change the image status using the Glance v1 API has now been fixed.