Re: [openstack-dev] [cinder] Attaching extra-spec to vol-type using Cinder py-client

2015-03-31 Thread Vipin Balachandran
Development Mailing List (not for usage questions) Subject: [openstack-dev] [cinder] Attaching extra-spec to vol-type using Cinder py-client Hello, I am trying to create and type-set some parameters to a volume-type as follows: cinder type-create nfs cinder type-key nfs set volume_backend_name

Re: [openstack-dev] [cinder] Attaching extra-spec to vol-type using Cinder py-client

2015-03-31 Thread Pradip Mukhopadhyay
Thanks, Vipin *From:* Pradip Mukhopadhyay [mailto:pradip.inte...@gmail.com] *Sent:* Tuesday, March 31, 2015 10:07 AM *To:* OpenStack Development Mailing List (not for usage questions) *Subject:* [openstack-dev] [cinder] Attaching extra-spec to vol-type using Cinder py-client Hello

[openstack-dev] [cinder] Attaching extra-spec to vol-type using Cinder py-client

2015-03-30 Thread Pradip Mukhopadhyay
Hello, I am trying to create and type-set some parameters to a volume-type as follows: cinder type-create nfs cinder type-key nfs set volume_backend_name=myNFSBackend The same thing I want to achieve through python client. I can create the type as follows: from cinderclient import client