Re: [Openstack] Can openstack conference video files be downloaded?

2015-06-29 Thread jupiter
options > 3. Enjoy :) > > On Sun, Jun 28, 2015 at 10:43 AM, jupiter wrote: > >> Hi, >> >> Is it possible to down load openstack conference session video files >> (mp4 format) to be watched off line? I tried >> https://www.openstack.org/summit/vancouver-2015/,

[Openstack] Can openstack conference video files be downloaded?

2015-06-28 Thread jupiter
Hi, Is it possible to down load openstack conference session video files (mp4 format) to be watched off line? I tried https://www.openstack.org/summit/vancouver-2015/, but could not find download button. Thank you. hce ___ Mailing list: http://lists.op

Re: [Openstack] How to add vms to heat stack?

2015-03-12 Thread jupiter
ad. from oslo.serialization import jsonutils ERROR: No template specified The data.txt is a json file outputed from stack_abando -O. My understanding is there is no template file it could specify, what is the error about? Thank you. Kind regards, - j On Mon, Mar 9, 2015 at 9:18 PM, jupiter wrote:

Re: [Openstack] How to add vms to heat stack?

2015-03-09 Thread jupiter
stack-adopt -a data.txt adopted_stack". Thank you and very appreciate it. Kind regards, - j On Fri, Mar 6, 2015 at 8:00 PM, Pavlo Shchelokovskyy < pshchelokovs...@mirantis.com> wrote: > Jupiter, > > not exactly. Adopt takes a so called "abandon data" as input, w

Re: [Openstack] How to add vms to heat stack?

2015-03-06 Thread jupiter
hey are not approved yet. > > [1] https://review.openstack.org/#/c/124707/ > [2] https://review.openstack.org/#/c/134848/ > > Best regards, > > Pavlo Shchelokovskyy > Software Engineer > Mirantis Inc > www.mirantis.com > > On Thu, Mar 5, 2015 at 6:27 AM, jupiter w

[Openstack] How to add vms to heat stack?

2015-03-04 Thread jupiter
Hi, I have several VMs already created from nova command line, when I create a heat stack, the template list the those VMs name, but the heat stack-create did not pick up those VMs, instead created the new VMs with the same name. Is there anyway to force heat to use existing VMs name, or to add e

[Openstack] HOT syntax for numeric number

2015-02-15 Thread jupiter
Hi, According to the heat document, the index can be used in the template: name: my_server_%index% How can I add one to the index number? Is following syntax right? name: my_server_{{ %index% + 1 }} Thanks. - j ___ Mailing list: http://lists.openst