Bad example in the user guide for roles operations

Bug #1473437 reported by Simon Pasquier
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
High
Evgeny Konstantinov
6.1.x
Won't Fix
High
Evgeny Konstantinov

Bug Description

Reference: https://docs.mirantis.com/openstack/fuel/fuel-6.1/user-guide.html#roles-operations

The YAML example is improperly formatted and cannot be used as described in the documentation:

 meta:
   description: Installs swift server.
   has_primary: true # we need primary-swift and swift during orchestration
   name: Swift
   name: swift
volumes_roles_mapping:
- allocate_size: min
 id: os

It should be:

meta:
  description: Installs swift server.
  has_primary: true # we need primary-swift and swift during orchestration
  name: Swift
name: swift
volumes_roles_mapping:
  - allocate_size: min
    id: os

Tags: docs
Changed in fuel:
assignee: nobody → Fuel Documentation Team (fuel-docs)
milestone: none → 7.0
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Mike Scherbakov (mihgen) wrote :

This is actually High priority, as user is lost with incorrect documentation.
See "[openstack-dev] [Fuel] New Criteria for UX bugs" thread for details as well.

Changed in fuel:
importance: Medium → High
Changed in fuel:
assignee: Fuel Documentation Team (fuel-docs) → Evgeny Konstantinov (evkonstantinov)
Changed in fuel:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-docs (master)

Reviewed: https://review.openstack.org/201116
Committed: https://git.openstack.org/cgit/stackforge/fuel-docs/commit/?id=88c4bfe4e05810a616d3589b86e454d08ec38b6a
Submitter: Jenkins
Branch: master

commit 88c4bfe4e05810a616d3589b86e454d08ec38b6a
Author: evkonstantinov <email address hidden>
Date: Mon Jul 13 15:42:18 2015 +0300

    Fix yaml example formatiing

    Closes-Bug: #1473437
    Change-Id: I7a0d884d8646f600b88491ad7c36b38ee9025a27

Changed in fuel:
status: In Progress → Fix Committed
Changed in fuel:
status: Fix Committed → Fix Released
Revision history for this message
Alexey Stupnikov (astupnikov) wrote :

We no longer support MOS5.1, MOS6.0, MOS6.1
We deliver only Critical/Security fixes to MOS7.0, MOS8.0.
We deliver only High/Critical/Security fixes to MOS9.2.

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.