Advertisement
Guest User

imcsk8

a guest
Nov 26th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. # puppet apply --modulepath=/usr/share/openstack-puppet/modules /var/tmp/packstack/20141126-210725-Hyr9p7/manifests/192.168.100.215_nova.pp
  2. Warning: Could not retrieve fact fqdn
  3. Warning: The use of mutating operations on Array/Hash is deprecated at /var/tmp/packstack/20141126-210725-Hyr9p7/manifests/192.168.100.215_nova.pp:262. See http://links.puppetlabs.com/puppet-mutation-deprecation
  4. Notice: Compiled catalog for fedora-21-imcsk8 in environment production in 3.89 seconds
  5. Warning: The package type's allow_virtual parameter will be changing its default value from false to true in a future release. If you do not want to allow virtual packages, please explicitly set allow_virtual to false.
  6. (at /usr/share/ruby/vendor_ruby/puppet/type.rb:816:in `set_default')
  7. Notice: /Stage[main]/Main/Exec[qemu-kvm]/returns: executed successfully
  8. Error: Execution of '/usr/bin/nova network-create novanetwork --fixed-range-v4 192.168.32.0/22 --allowed-start 192.168.32.200 --allowed-end 192.168.32.250' returned 2: usage: nova [--version] [--debug] [--os-cache] [--timings]
  9. [--timeout <seconds>] [--os-auth-token OS_AUTH_TOKEN]
  10. [--os-username <auth-user-name>] [--os-user-id <auth-user-id>]
  11. [--os-password <auth-password>]
  12. [--os-tenant-name <auth-tenant-name>]
  13. [--os-tenant-id <auth-tenant-id>] [--os-auth-url <auth-url>]
  14. [--os-region-name <region-name>] [--os-auth-system <auth-system>]
  15. [--service-type <service-type>] [--service-name <service-name>]
  16. [--volume-service-name <volume-service-name>]
  17. [--endpoint-type <endpoint-type>]
  18. [--os-compute-api-version <compute-api-ver>]
  19. [--os-cacert <ca-certificate>] [--insecure]
  20. [--bypass-url <bypass-url>]
  21. <subcommand> ...
  22. error: unrecognized arguments: --fixed-range-v4 192.168.32.0/22
  23. Try 'nova help ' for more information.
  24. Error: /Stage[main]/Nova::Network/Nova::Manage::Network[nova-vm-net]/Nova_network[nova-vm-net]/ensure: change from absent to present failed: Execution of '/usr/bin/nova network-create novanetwork --fixed-range-v4 192.168.32.0/22 --allowed-start 192.168.32.200 --allowed-end 192.168.32.250' returned 2: usage: nova [--version] [--debug] [--os-cache] [--timings]
  25. [--timeout <seconds>] [--os-auth-token OS_AUTH_TOKEN]
  26. [--os-username <auth-user-name>] [--os-user-id <auth-user-id>]
  27. [--os-password <auth-password>]
  28. [--os-tenant-name <auth-tenant-name>]
  29. [--os-tenant-id <auth-tenant-id>] [--os-auth-url <auth-url>]
  30. [--os-region-name <region-name>] [--os-auth-system <auth-system>]
  31. [--service-type <service-type>] [--service-name <service-name>]
  32. [--volume-service-name <volume-service-name>]
  33. [--endpoint-type <endpoint-type>]
  34. [--os-compute-api-version <compute-api-ver>]
  35. [--os-cacert <ca-certificate>] [--insecure]
  36. [--bypass-url <bypass-url>]
  37. <subcommand> ...
  38. error: unrecognized arguments: --fixed-range-v4 192.168.32.0/22
  39. Try 'nova help ' for more information.
  40. Notice: /Stage[main]/Main/Exec[libvirtd_reload]: Dependency Nova_network[nova-vm-net] has failures: true
  41. Warning: /Stage[main]/Main/Exec[libvirtd_reload]: Skipping because of failed dependencies
  42. Notice: Finished catalog run in 14.39 seconds
  43. [root@fedora-21-imcsk8 ~(keystone_admin)]# /usr/bin/nova network-create novanetwork --fixed-range-v4 192.168.32.0/22 --allowed-start 192.168.32.200 --allowed-end 192.168.32.250
  44. [root@fedora-21-imcsk8 ~(keystone_admin)]# nova network-list
  45. +--------------------------------------+-------------+-----------------+
  46. | ID | Label | Cidr |
  47. +--------------------------------------+-------------+-----------------+
  48. | 3e8457f4-69c1-45c5-9f07-2c931b65d704 | novanetwork | 192.168.32.0/22 |
  49. +--------------------------------------+-------------+-----------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement