You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-nova-2015.1.0-4.lbn19.noarch
OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. This package contains the nova Python library.
RPMPackage python-nodepool-0.1.1-1.lbn19.noarch
Nodepool is a service used by the OpenStack CI team to deploy and manage a pool of devstack images on a cloud server for use in OpenStack project testing. Developer setup If you’re testing a specific patch that is already in gerrit, you will also want to install git-review and apply that patch while in the nodepool directory, ie: git review -x XXXXX Create or adapt a nodepool yaml file. You can adapt an infra/system-config one, or fake.yaml as desired. Note that fake.yaml’s settings won’t Just Work - consult ./modules/openstack_project/templates/nodepool/nodepool.yaml.erb in the infra/system-config tree to see a production config. If the cloud being used has no default_floating_pool defined in nova.conf, you will need to define a pool name using the nodepool yaml file to use floating ips. Export variable for your ssh key so you can log into the created instances: export NODEPOOL_SSH_KEY=`cat ~/.ssh/id_rsa.pub | awk '{print $2}'` Start nodepool with a demo config file (copy or edit fake.yaml to contain your data): export STATSD_HOST=127.0.0.1 export STATSD_PORT=8125 nodepoold -d -c tools/fake.yaml All logging ends up in stdout. Use the following tool to check on progress: nodepool image-list
RPMPackage python-nltk-2.0.5-1.lbn19.noarch
Natural Language Toolkit
RPMPackage python-newrelic-2.52.0.40-1.lbn19.x86_64
Python agent for the New Relic web application performance monitoring service. Check the release notes for what has changed in this version.
RPMPackage python-neutronclient-3.1.0-2.lbn19.noarch
Client library and command line utility for interacting with Openstack Neutron's API.
RPMPackage python-neutron-vpnaas-8.0.0-1.lbn19.noarch
This is a VPNaaS service plugin for Openstack Neutron (Networking) service. This package contains the Neutron VPNaaS Python library.
RPMPackage python-neutron-lib-0.0.2-1.lbn19.noarch
OpenStack Neutron library shared by all Neutron sub-projects.
RPMPackage python-neutron-lbaas-7.0.0-1.lbn19.noarch
This is a LBaaS service plugin for Openstack Neutron (Networking) service. This package contains the Neutron LBaaS Python library.
RPMPackage python-neutron-fwaas-8.0.0-3.lbn19.noarch
This is a FWaaS service plugin for Openstack Neutron (Networking) service. This package contains the Neutron FWaaS Python library.
RPMPackage python-neutron-2014.2-1.lbn19.noarch
Neutron provides an API to dynamically request and configure virtual networks. This package contains the Neutron Python library.
RPMPackage python-networkx-geo-1.8.1-12.lbn19.noarch
NetworkX is a Python 3 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. This package provides GDAL I/O support.
RPMPackage python-networkx-drawing-1.8.1-12.lbn19.noarch
NetworkX is a Python 3 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. This package provides support for graph visualizations.
RPMPackage python-networkx-doc-1.8.1-12.lbn19.noarch
Documentation for networkx
RPMPackage python-networkx-core-1.8.1-12.lbn19.noarch
NetworkX is a Python 2 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
RPMPackage python-networkx-1.8.1-12.lbn19.noarch
NetworkX is a Python 2 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
RPMPackage python-netifaces-0.10.4-2.lbn19.x86_64
This package provides a cross platform API for getting address information from network interfaces.
RPMPackage python-netifaces-0.10.4-2.lbn19.x86_64
This package provides a cross platform API for getting address information from network interfaces.
RPMPackage python-netifaces-0.5-4.fc19.armv6hl
This package provides a cross platform API for getting address information from network interfaces.
RPMPackage python-netifaces-0.5-4.fc19.armv6hl
This package provides a cross platform API for getting address information from network interfaces.
RPMPackage python-nectar-1.5.2-1.lbn19.noarch
Nectar is a download library that abstracts the workflow of making and tracking download requests away from the mechanics of how those requests are carried out. It allows multiple downloaders to exist with different implementations, such as the default "threaded" downloader, which uses the "requests" library with multiple threads. Other experimental downloaders have used tools like pycurl and eventlets.