[Starlingx-discuss] What is the new openstack command to create an stack?
Hi, Do someone know what is the new openstack command to create an stack? Then to create an instance. I usually use: $openstack stack create --template ${stack_name} --parameter "NetID=${net_id}" But got the below error: openstack: 'stack create...' is not an openstack command. Regards. Juan Carlos Alonso
Hi JC, I am almost finishing the "HEAT HOT template" Test cases (the basics)... please look at the next link<https://git.openstack.org/cgit/openstack/stx-test/tree/doc/source/manual_tests/heat/heat_hot_template_suite.rst>, under "HEAT_HOT_Template_07", you will see the prerequisites for creation of Nova Server instance and the required template. Regards, Fernando Hernandez Gonzalez Software Engineer Avenida del Bosque #1001 Col, El Bajío Zapopan, Jalisco MX, 45019 ____________________________________ Office: +52.33.16.45.01.34 inet 86450134 From: Alonso, Juan Carlos [mailto:juan.carlos.alonso@intel.com] Sent: Thursday, March 28, 2019 11:19 AM To: starlingx-discuss@lists.starlingx.io Subject: [Starlingx-discuss] What is the new openstack command to create an stack? Hi, Do someone know what is the new openstack command to create an stack? Then to create an instance. I usually use: $openstack stack create --template ${stack_name} --parameter "NetID=${net_id}" But got the below error: openstack: 'stack create...' is not an openstack command. Regards. Juan Carlos Alonso
Hi Fernando, I have the same steps to test. The problem comes when execute "openstack stack create" command. Seems that there was an update with such command. I figured out that the current OpenStack documentation shows that we are using the correct command. Maybe we have a real issue. https://docs.openstack.org/heat/rocky/getting_started/create_a_stack.html Need to confirm. Regards. Juan Carlos Alonso From: Hernandez Gonzalez, Fernando Sent: Thursday, March 28, 2019 11:28 AM To: Alonso, Juan Carlos <juan.carlos.alonso@intel.com>; starlingx-discuss@lists.starlingx.io Subject: RE: [Starlingx-discuss] What is the new openstack command to create an stack? Hi JC, I am almost finishing the "HEAT HOT template" Test cases (the basics)... please look at the next link<https://git.openstack.org/cgit/openstack/stx-test/tree/doc/source/manual_tests/heat/heat_hot_template_suite.rst>, under "HEAT_HOT_Template_07", you will see the prerequisites for creation of Nova Server instance and the required template. Regards, Fernando Hernandez Gonzalez Software Engineer Avenida del Bosque #1001 Col, El Bajío Zapopan, Jalisco MX, 45019 ____________________________________ Office: +52.33.16.45.01.34 inet 86450134 From: Alonso, Juan Carlos [mailto:juan.carlos.alonso@intel.com] Sent: Thursday, March 28, 2019 11:19 AM To: starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io> Subject: [Starlingx-discuss] What is the new openstack command to create an stack? Hi, Do someone know what is the new openstack command to create an stack? Then to create an instance. I usually use: $openstack stack create --template ${stack_name} --parameter "NetID=${net_id}" But got the below error: openstack: 'stack create...' is not an openstack command. Regards. Juan Carlos Alonso
On Thu, Mar 28, 2019 at 2:09 PM Alonso, Juan Carlos < juan.carlos.alonso@intel.com> wrote:
Hi Fernando,
I have the same steps to test. The problem comes when execute “openstack stack create” command.
Seems that there was an update with such command.
I figured out that the current OpenStack documentation shows that we are using the correct command. Maybe we have a real issue.
https://docs.openstack.org/heat/rocky/getting_started/create_a_stack.html
Need to confirm.
I'm guessing you are missing python-heatclient. Thanks, Curtis
Regards.
Juan Carlos Alonso
*From:* Hernandez Gonzalez, Fernando *Sent:* Thursday, March 28, 2019 11:28 AM *To:* Alonso, Juan Carlos <juan.carlos.alonso@intel.com>; starlingx-discuss@lists.starlingx.io *Subject:* RE: [Starlingx-discuss] What is the new openstack command to create an stack?
Hi JC,
I am almost finishing the “HEAT HOT template” Test cases (the basics)… please look at the next link <https://git.openstack.org/cgit/openstack/stx-test/tree/doc/source/manual_tests/heat/heat_hot_template_suite.rst>, under “HEAT_HOT_Template_07”, you will see the prerequisites for creation of Nova Server instance and the required template.
Regards,
*Fernando Hernandez Gonzalez*
*Software Engineer*
Avenida del Bosque #1001 Col, El Bajío
Zapopan, Jalisco MX, 45019
____________________________________
*Office:* +52.33.16.45.01.34 inet 86450134
*From:* Alonso, Juan Carlos [mailto:juan.carlos.alonso@intel.com <juan.carlos.alonso@intel.com>] *Sent:* Thursday, March 28, 2019 11:19 AM *To:* starlingx-discuss@lists.starlingx.io *Subject:* [Starlingx-discuss] What is the new openstack command to create an stack?
Hi,
Do someone know what is the new openstack command to create an stack? Then to create an instance.
I usually use:
$openstack stack create --template ${stack_name} --parameter "NetID=${net_id}"
But got the below error:
openstack: 'stack create…’ is not an openstack command.
Regards.
Juan Carlos Alonso _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
-- Blog: serverascode.com
On Thu, Mar 28, 2019 at 1:30 PM Curtis <serverascode@gmail.com> wrote:
I'm guessing you are missing python-heatclient.
Yup...
From: Alonso, Juan Carlos [mailto:juan.carlos.alonso@intel.com] $openstack stack create --template ${stack_name} --parameter "NetID=${net_id}" openstack: 'stack create…’ is not an openstack command.
This means that the plugin that implements the stack commands (python-heatclient) is not installed. dt -- Dean Troyer dtroyer@gmail.com
A review is up for this bug: https://review.openstack.org/#/c/648767/ Al -----Original Message----- From: Dean Troyer [mailto:dtroyer@gmail.com] Sent: Thursday, March 28, 2019 4:03 PM To: Curtis Cc: Alonso, Juan Carlos; Hernandez Gonzalez, Fernando; starlingx-discuss@lists.starlingx.io Subject: Re: [Starlingx-discuss] What is the new openstack command to create an stack? On Thu, Mar 28, 2019 at 1:30 PM Curtis <serverascode@gmail.com> wrote:
I'm guessing you are missing python-heatclient.
Yup...
From: Alonso, Juan Carlos [mailto:juan.carlos.alonso@intel.com] $openstack stack create --template ${stack_name} --parameter "NetID=${net_id}" openstack: 'stack create…’ is not an openstack command.
This means that the plugin that implements the stack commands (python-heatclient) is not installed. dt -- Dean Troyer dtroyer@gmail.com _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
participants (5)
-
Alonso, Juan Carlos
-
Bailey, Henry Albert (Al)
-
Curtis
-
Dean Troyer
-
Hernandez Gonzalez, Fernando