Reviewed: https://review.openstack.org/307008 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e641f79155fb03d644300e19e50822858167a0bf Submitter: Jenkins Branch: master
commit e641f79155fb03d644300e19e50822858167a0bf Author: jpic <[email protected]> Date: Mon Apr 18 11:05:40 2016 +0200 Typo in sysctl command example Edit Fixes error: # sysctl -w 'sys.net.ipv4.ip_local_reserved_ports=35357' sysctl: cannot stat /proc/sys/sys/net/ipv4/ip_local_reserved_ports: No such file or directory The new command works: # sysctl -w 'net.ipv4.ip_local_reserved_ports=35357' net.ipv4.ip_local_reserved_ports = 35357 Closes-Bug: #1571555 Change-Id: I9665f56c23f50d45e4303f78046dc46becb59ec5 ** Changed in: keystone Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1571555 Title: [doc] Typo in sysctl command example Status in OpenStack Identity (keystone): Fix Released Bug description: This example fails: # sysctl -w 'sys.net.ipv4.ip_local_reserved_ports=35357' sysctl: cannot stat /proc/sys/sys/net/ipv4/ip_local_reserved_ports: No such file or directory Should be: # sysctl -w 'net.ipv4.ip_local_reserved_ports=35357' net.ipv4.ip_local_reserved_ports = 35357 To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1571555/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

