diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-03 01:00:09 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-03 01:00:09 +0000 |
commit | 50542e0fddbb51705a64f82c6854fe1243b6606b (patch) | |
tree | 633c3ba7b09126788159c762ae3e1439aa92b366 | |
parent | d25ce80faa70a442a82b028723ac5829569f0f53 (diff) | |
parent | e2a4dee805f60109ad8448c727873fcb7db27e6a (diff) |
Merge "Delete the unnecessary word in numvfs_persistence.pp"
-rw-r--r-- | manifests/host/sriov/numvfs_persistence.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host/sriov/numvfs_persistence.pp b/manifests/host/sriov/numvfs_persistence.pp index ec8c875..4c6af83 100644 --- a/manifests/host/sriov/numvfs_persistence.pp +++ b/manifests/host/sriov/numvfs_persistence.pp @@ -4,7 +4,7 @@ # === Parameters: # # [*vf_defs*] -# (required) Array of of <physical_interface>:<numvfs>. +# (required) Array of <physical_interface>:<numvfs>. # Example: ['eth1:10','eth2:8'] # # [*content_string*] |