Manage instances in OpenStack End User Guide  - current - Create and associate a floating IP to an instance

Bug #1431429 reported by Marco CONSONNI
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
High
Andreas Jaeger

Bug Description

The stack provided as an example of the " Create and associate a floating IP to an instance" use case is not correct.

The two properties of the "association" resource shall NOT be prefixed by the hyphen.

The following definition

association:
  type: OS::Nova::FloatingIPAssociation
  properties:
   - floating_ip: { get_resource: floating_ip }
  - server_id: { get_resource: instance }

must be changed as

association:
  type: OS::Nova::FloatingIPAssociation
  properties:
     floating_ip: { get_resource: floating_ip }
     server_id: { get_resource: instance }

-----------------------------------
Built: 2015-03-12T04:34:52 00:00
git SHA: 0bdf3509022646e1bbc95ce6a8257e7deec4ff70
URL: http://docs.openstack.org/user-guide/content/manage-instances.html
source File: file:/home/jenkins/workspace/openstack-manuals-tox-doc-publishdocs/doc/user-guide/hot/section_basic_resources.xml
xml:id: manage-instances

Changed in openstack-manuals:
status: New → Triaged
importance: Undecided → High
Changed in openstack-manuals:
assignee: nobody → Gauvain Pocentek (gpocentek)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/170055

Changed in openstack-manuals:
status: Triaged → In Progress
Changed in openstack-manuals:
assignee: Gauvain Pocentek (gpocentek) → Andreas Jaeger (jaegerandi)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/170055
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=dd77de85e2adb0ed0c1d47dd0a8a069d7174e847
Submitter: Jenkins
Branch: master

commit dd77de85e2adb0ed0c1d47dd0a8a069d7174e847
Author: Gauvain Pocentek <email address hidden>
Date: Thu Apr 2 11:15:27 2015 +0200

    Fix incorrect heat template syntax

    Change-Id: I76a394ba648ac280784ab24be816f8cec93ea520
    Closes-Bug: #1431429

Changed in openstack-manuals:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.