Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Multiple possible networks found, use a Network ID to be more specific #89

Open
ipuc opened this issue Mar 13, 2015 · 3 comments

Comments

@ipuc
Copy link

ipuc commented Mar 13, 2015

Hi,
I've installed OpenStack(Juno) with 5 compute node, 1 network node and 1 controller node, using CentOS 7.
I'm trying to use OCCI API in openstack and I'm using the branch https://github.com/sandlbn/occi-os/tree/stable/juno-neutron, that is:
pip install pyssf
in /usr/local/src -> git clone git://github.com/tmetsch/occi-os.git
in the occi-os directory -> python setup.py install
configure the api-paste.ini

In the project created there are two network: one external and one internal;
If I try to Create a new VM as written in https://wiki.openstack.org/wiki/Occi I have this error:
"Multiple possible networks found, use a Network ID to be more specific"

I try to specific the Network ID adding:
-H 'Link: /network/id_network ; rel="http://schemas.ogf.org/occi/infrastructure#network"; category="http://schemas.ogf.org/occi/infrastructure#networkinterface"
replace the id_network with the my internal id_network, but the response is "Internal Server Error".
Thanks!

@tmetsch
Copy link
Owner

tmetsch commented Mar 16, 2015

@sandlbn: can you check?

@sandlbn
Copy link

sandlbn commented Mar 16, 2015

@ipuc : yes that's true, fix is on the way. This branch is under heavy development, and should be finally ready for production this Friday.

@ipuc
Copy link
Author

ipuc commented Mar 16, 2015

thank you so much!!!
I'll try the updated branch when I see it online and I'll let you know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants