Comment 3 for bug 1349501

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/110053
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=432ad46a452958e147e2fc06430c99a1655d8936
Submitter: Jenkins
Branch: master

commit 432ad46a452958e147e2fc06430c99a1655d8936
Author: Igor Zinovik <email address hidden>
Date: Mon Jul 28 19:19:42 2014 +0400

    properly count configuration settings in $OCF_RESKEY_CONFIG

    - instead of invoking external utilities like `wc', use builtin grep
      `-c' option (specifed by POSIX), which hides regular output and emits
      number of matching lines

    Closes-bug: #1349501
    Change-Id: I6afaeb0a4945cd7e221a9cf8f47dfa2328015f10