Manage instances in OpenStack End User Guide  - current - "Create a key pair" stack is not correct

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

Bug Description

At page "http://docs.openstack.org/user-guide/content/manage-instances.html#create-and-associate-a-floating-ip-to-an-instance" the script under "Create a key pair" paragraph is not correct.

Resource my_key (type OS::Nova::KeyPair) *must* define the mandatory property "name" (see http://docs.openstack.org/hot-reference/content/OS__Nova__KeyPair.html).

Suggestion: modify as follows

  my_key:
    type: OS::Nova::KeyPair
    properties:
      name: key1
      save_private_key: true

-----------------------------------
Built: 2015-03-12T21:26:33 00:00
git SHA: c25cd4a82645375a5ed2a05d948e7539b80d00fc
URL: http://docs.openstack.org/user-guide/content/manage-instances.html

Tags: user-guide
Tom Fifield (fifieldt)
Changed in openstack-manuals:
milestone: none → kilo
tags: added: user-guide
Changed in openstack-manuals:
importance: Undecided → High
Zhongcheng Lao (zlao)
Changed in openstack-manuals:
assignee: nobody → Zhongcheng Lao (zlao)
status: New → Confirmed
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/164624

Changed in openstack-manuals:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

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

commit 37da3c44db2ad4a18ddca26f7a005b431a985e06
Author: Zhongcheng Lao <email address hidden>
Date: Mon Mar 16 17:11:52 2015 +0800

    Fixed required property 'name' on key pair

    Property 'name' is required for key pair resources.

    Change-Id: I35cec6f6b17dc846a33ac96b31c285ca63781bd3
    Closes-Bug: #1431771

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.