Hi Shaunak, -----Original Message----- From: "Shaunak Kashyap" <shaunak.kashyap at RACKSPACE.COM> Sent: Monday, February 17, 2014 3:47pm To: "openstack-dev at lists.openstack.org" <openstack-dev at lists.openstack.org> Subject: [openstack-dev] [solum] Question about solum-minimal-cli BP _______________________________________________ OpenStack-dev mailing list OpenStack-dev at lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev Hey folks, I was reading through https://wiki.openstack.org/wiki/Solum/FeatureBlueprints/CLI-minimal-implementation and have a question. If I’m understanding “app create” and “assembly create” correctly, the user will have to run “app create” first, followed by “assembly create” to have a running application. Is this correct? >> Yes. If so, what is the reason for “app create” not automatically creating one assembly as well? >> One of the reasons 'app create' and 'assembly create' are distinct actions is to decouple creation of assemblies from creation/registration of a plan (which is represented by app create). This allows supporting creation of multiple assemblies from the same registered plan. Thanks, Shaunak