The floatingip won't be associated to nova server if specify network only
Bug #1571992 reported by
huangtianhua
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
Medium
|
huangtianhua |
Bug Description
1. create a stack with a nova server:
*******
server:
type: OS::Nova::Server
properties:
image: { get_param: image }
flavor: { get_param: flavor }
key_name: { get_param: key_name }
networks:
- network: {get_param: int_net}
*******
2. server was created successful, but without the floatingip
3. if using neutron, we should associate floatingip after the server was created successful in check_create_
Changed in heat: | |
assignee: | nobody → huangtianhua (huangtianhua) |
importance: | Undecided → Medium |
Changed in heat: | |
milestone: | none → newton-1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/315467
Review: https:/