Configure the VIP in openstackhaguide

Bug #1778229 reported by Manik Sidana
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Undecided
Manik Sidana

Bug Description

- [] This doc is inaccurate in this way: This document describes that below command should be run

pcs resource create vip ocf:heartbeat:IPaddr2 \
> params ip="10.0.0.11" cidr_netmask="24" op monitor interval="30s"

But this command gives an error: Error: missing value of 'params' option

- [x] This is a doc addition request.
- [ ] I have a fix to the document that I can paste below including example: input and output.
The command should be run without "params" option.

pcs resource create vip ocf:heartbeat:IPaddr2 \
> ip="10.0.0.11" cidr_netmask="24" op monitor interval="30s"

If you have a troubleshooting or support issue, use the following resources:

 - Ask OpenStack: http://ask.openstack.org
 - The mailing list: http://lists.openstack.org
 - IRC: 'openstack' channel on Freenode

-----------------------------------
Release: on 2018-06-19 15:37
SHA: 7bd2a7e31b4c86924e840bd79ef20271c34adeb7
Source: https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/ha-guide/source/controller-ha-vip.rst
URL: https://docs.openstack.org/ha-guide/controller-ha-vip.html

Tags: ha-guide
Manik Sidana (manik019)
description: updated
Manik Sidana (manik019)
description: updated
Manik Sidana (manik019)
Changed in openstack-manuals:
assignee: nobody → Manik Sidana (manik019)
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/577638

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

Reviewed: https://review.openstack.org/577638
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=ed83b32146a3e8d7f19a52686dcbfae04e34c713
Submitter: Zuul
Branch: master

commit ed83b32146a3e8d7f19a52686dcbfae04e34c713
Author: msidana <email address hidden>
Date: Sun Jun 24 10:45:50 2018 +0530

    Removing the invalid params option from pcs CLI.

    pcs CLI doesn't have the params option and gives error with it.

    Change-Id: I78a44a534f295887b366644e2e881936ec8d7c8a
    Closes-Bug: #1778229

Changed in openstack-manuals:
status: Fix Committed → Fix Released
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.