Fix inconsistencies in git url

Github is just a mirror of the OpenStack git-repo.
Changed from Github to OpenStack git url wherever possible.

Change-Id: I7941ef86967de4efe7f23ff9fb11ec86c793901e
This commit is contained in:
Robin Naundorf
2016-08-02 20:38:34 +02:00
parent 306bc101d1
commit a7c41a8893
11 changed files with 16 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ local msg = {
Fields = nil
}
-- See https://github.com/openstack/swift/blob/2a8b455/swift/common/utils.py#L1423-L1424
-- See https://git.openstack.org/cgit/openstack/swift/tree/swift/common/utils.py?id=2a8b455#n1423
local swift_grammar = syslog.build_rsyslog_grammar('<%PRI%>%programname%: %msg%')
function process_message ()