Skip to content

Instantly share code, notes, and snippets.

@prashanthpai
Last active April 26, 2016 13:43
Show Gist options
  • Save prashanthpai/5b4be4819f7dc49366fc to your computer and use it in GitHub Desktop.
Save prashanthpai/5b4be4819f7dc49366fc to your computer and use it in GitHub Desktop.
digraph swiftonfile {
"swiftonfile" -> "memcached"
"swiftonfile" -> "openssl"
"swiftonfile" -> "openstack-swift"
"swiftonfile" -> "openstack-swift-account"
"swiftonfile" -> "openstack-swift-container"
"swiftonfile" -> "openstack-swift-object"
"swiftonfile" -> "openstack-swift-proxy"
"swiftonfile" -> "python-gluster"
"swiftonfile" -> "python-prettytable"
}
digraph swift {
"openstack-swift" -> "python-configobj"
"openstack-swift" -> "python-dns"
"openstack-swift" -> "python-eventlet >= 0.16.1"
"openstack-swift" -> "python-greenlet >= 0.3.1"
"openstack-swift" -> "python-netifaces"
"openstack-swift" -> "python-paste-deploy"
"openstack-swift" -> "python-pyeclib"
"openstack-swift" -> "python-setuptools"
"openstack-swift" -> "python-simplejson"
"openstack-swift" -> "pyxattr"
"python-pyeclib" -> "liberasurecode"
"python-dns" -> "python-crypto"
"openstack-swift-account" -> "openstack-swift"
"openstack-swift-container" -> "openstack-swift"
"openstack-swift-proxy" -> "openstack-swift"
"openstack-swift-proxy" -> "openstack-swift-plugin-swift3"
"openstack-swift-proxy" -> "python-keystonemiddleware"
"openstack-swift-plugin-swift3" -> "openstack-swift"
"openstack-swift-object" -> "openstack-swift"
"openstack-swift-object" -> "rsync"
}
digraph keystonemiddleware {
"python-keystonemiddleware" -> "python-babel >= 1.3"
"python-keystonemiddleware" -> "python-iso8601 >= 0.1.10"
"python-keystonemiddleware" -> "python-keystoneclient >= 1:0.11.1"
"python-keystonemiddleware" -> "python-oslo-config >= 1.4.0"
"python-keystonemiddleware" -> "python-oslo-i18n >= 1.0.0"
"python-keystonemiddleware" -> "python-oslo-serialization >= 0.3.0"
"python-keystonemiddleware" -> "python-oslo-utils >= 1.0.0"
"python-keystonemiddleware" -> "python-pycadf >= 0.6.0"
"python-keystonemiddleware" -> "python-requests >= 2.3.0"
"python-keystonemiddleware" -> "python-six >= 1.7.0"
"python-keystonemiddleware" -> "python-webob"
}
digraph swiftclient {
"python-swiftclient" -> "python-futures"
"python-swiftclient" -> "python-keystoneclient"
"python-swiftclient" -> "python-requests"
"python-swiftclient" -> "python-simplejson"
"python-swiftclient" -> "python-six"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment