Heat stack creation failed: Multiple possible networks found
Hi,
I am trying to create a stack using this template:
heat_template_version: 2013-05-23
description: Simple template to deploy a single compute instance
resources:
my_instance:
type: OS::Nova::Server
properties:
key_name: Key1
image: ubuntu14.04
flavor: m1.small
But the stack fails to create with this error:
Resource CREATE failed: BadRequest: Multiple possible networks found, use a Network ID to be more specific.
Please help me resolve the issue.
P.S. I am not sure wether ubuntu14.04 image is cfn-tools-enabled image or not. Would it matter?
This might help you. Also see comments on this
Regarding your question of cfn-tools-enabled image, if you are using the
user data scripts
then you need cfn-tools because it uses it for injectiing the scripts, so that you get a VM pre-configured with whatever configs you want