stable

python-novaclient-os-networks-0.25-2.fc22

FEDORA-2016-869381f596 created by rjmco 10 years ago for Fedora 22

This is a new package. Usage/test instructions provided by upstream at https://pypi.python.org/pypi/os_networksv2_python_novaclient_ext

How to install

Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:

sudo dnf install --refresh --advisory=FEDORA-2016-869381f596 \*

This update has been submitted for testing by rjmco.

10 years ago

This update has been pushed to testing.

10 years ago
User Icon ctria commented & provided feedback 10 years ago
karma

works for me!

BZ#1311473 python-novaclient-os-networks - Adds network extension support to python-novaclient
User Icon rjmco commented & provided feedback 10 years ago

works.

[tester@fedora22 ~]$ nova network-list 2> /dev/null
+--------------------------------------+---------+------+
| ID                                   | Label   | CIDR |
+--------------------------------------+---------+------+
| 00000000-0000-0000-0000-000000000000 | public  |      |
| 11111111-1111-1111-1111-111111111111 | private |      |
+--------------------------------------+---------+------+
[tester@fedora22 ~]$ nova help network-create 2> /dev/null
usage: nova network-create <network_label> <cidr>

Create a network

Positional arguments:
  <network_label>  Network label (ex. my_new_network)
  <cidr>           IP block to allocate from (ex. 172.16.0.0/24 or
                   2001:DB8::/64)
[tester@fedora22 ~]$ nova network-create test22 172.16.22.0/24 2> /dev/null
+----------+--------------------------------------+
| Property | Value                                |
+----------+--------------------------------------+
| cidr     | 172.16.22.0/24                       |
| id       | 180cb7f8-c137-4e04-b3f9-e66bac4e86ce |
| label    | test22                               |
+----------+--------------------------------------+
[tester@fedora22 ~]$ nova network-list 2> /dev/null
+--------------------------------------+---------+----------------+
| ID                                   | Label   | CIDR           |
+--------------------------------------+---------+----------------+
| 00000000-0000-0000-0000-000000000000 | public  |                |
| 11111111-1111-1111-1111-111111111111 | private |                |
| 180cb7f8-c137-4e04-b3f9-e66bac4e86ce | test22  | 172.16.22.0/24 |
+--------------------------------------+---------+----------------+
[tester@fedora22 ~]$ nova network-show 180cb7f8-c137-4e04-b3f9-e66bac4e86ce 2> /dev/null
+----------+--------------------------------------+
| Property | Value                                |
+----------+--------------------------------------+
| cidr     | 172.16.22.0/24                       |
| id       | 180cb7f8-c137-4e04-b3f9-e66bac4e86ce |
| label    | test22                               |
+----------+--------------------------------------+
[tester@fedora22 ~]$ nova network-delete 180cb7f8-c137-4e04-b3f9-e66bac4e86ce 2> /dev/null
[tester@fedora22 ~]$ nova network-list 2> /dev/null
+--------------------------------------+---------+------+
| ID                                   | Label   | CIDR |
+--------------------------------------+---------+------+
| 00000000-0000-0000-0000-000000000000 | public  |      |
| 11111111-1111-1111-1111-111111111111 | private |      |
+--------------------------------------+---------+------+

BZ#1311473 python-novaclient-os-networks - Adds network extension support to python-novaclient
User Icon rjmco commented & provided feedback 10 years ago

^^^

This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes

10 years ago

This update has been submitted for stable by rjmco.

10 years ago

This update has been pushed to stable.

10 years ago

Please log in to add feedback.

Metadata
Type
newpackage
Karma
1
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-1
Stable by Karma
2
Stable by Time
disabled
Dates
submitted
10 years ago
in testing
10 years ago
in stable
10 years ago
BZ#1311473 python-novaclient-os-networks - Adds network extension support to python-novaclient
0
1

Automated Test Results