自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 Django 序列化

利用 from django.core import serializers 的方法实现。from django.core import serializersdata = serializers.serialize("json", SomeModel.objects.all())data1 = serializers.serialize("json", SomeModel.objects

2015-12-14 20:15:26 422 1

翻译 Manage images

Manage imagesWhen working with images in the SDK, you will call bothglance and nova methods.用SDK使用 image ,需要调用glance和nova的方法。List imagesTo list the available images, call the glanceclien

2015-11-19 11:16:21 416

翻译 Authenticate

Authenticate against an Identity endpointTo authenticate against the Identity v2.0 endpoint, instantiate a keystoneclient.v_20.client.Client object:为通过 Identity v2.0 endpoint 认证,需要创建一个 keyston

2015-11-18 10:50:35 688 1

翻译 Set environment variables using the OpenStack RC file

Download and source the OpenStack RC fileLog in to the OpenStack dashboard, choose the project for which you want to download the OpenStack RC file, on theProject tab, open theCompute tab and clic

2015-11-18 09:27:44 307

翻译 Install the clients

Install the clientsWhen following the instructions in this section, replace PROJECT with the lowercase name of the client to install, such asnova. Repeatfor each client. The following values are v

2015-11-18 09:18:17 273

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除