-
Notifications
You must be signed in to change notification settings - Fork 35
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
VirtualServerOrder_Package class doesn't define VLANs #111
Comments
Why is this a softlayer-ruby issue? It makes sense that the network components are specified per device, after all. |
I faced the issue here when a private VLAN is not assigned correctly. Whenever I try to use any other VLAN, the server is created with a default VLAN which is auto-assigned when, for example, you don't specify a VLAN at all. Playing around with changes suggested by @rubercuellar didn't help. I found a helpful solution in #92 At the moment my final workaround, which works correctly, looks like that: @renier, still not a softlayer-ruby issue? |
@ArtsiomMusin could should show the whole code you are trying?, from when you get an instance of server order. and use '```' do delimit the code block |
sorry I cannot show the whole code... confidential stuff you know.
|
There is an issue at the moment to specify vlans:
The vlans should be specified inside of "hardware" object. This could be a possible solution
I replaced 'hardware' instead of 'virtualGuests', because it is not possible to set vlans using 'virtualGuests' object. (It seems an issue)
The text was updated successfully, but these errors were encountered: