I have install Liberty under CentOS 7.2 using the CentOS-OpenStack-liberty repository. All verification procedures detailed in the installation guide run successfully. However, when I try to create flavors using either the openstack or nova clients, I get errors:

   [root@beaver beaver]# export OS_PROJECT_DOMAIN_ID=default \
       OS_USER_DOMAIN_ID=default \
       OS_PROJECT_NAME=admin \
       OS_TENANT_NAME=admin \
       OS_USERNAME=admin \
       OS_PASSWORD="some_password" \
       OS_AUTH_URL=http://osctl:35357/v3 \
       OS_IDENTITY_API_VERSION=3
   [root@beaver beaver]# openstack flavor create xx1 --id "auto"
   --vcpus 1 --ram 1024 --disk 10 --swap 0 --ephemeral 0 --public
   'flavor'
   [root@beaver beaver]# echo $?
   1
   [root@beaver beaver]# nova flavor-create "xx1" "auto" 1024 10 1
   --swap 0 --ephemeral 0 --is-public
   ERROR (KeyError): 'version'
   [root@beaver beaver]# echo $?
   1
   [root@beaver beaver]#

Similar problems afflict all nova compute serviced commands (eg. server list, aggregate list, etc.). I am not seeing the problem with either neutron or glance serviced commands. A "ps -ef" shows the nova api, cert, consoleauth, scheduler, conductor, and novncproxy process running on the controller. Command versions are at:

   [root@beaver beaver]# openstack --version
   openstack 1.7.2
   [root@beaver beaver]# nova --version
   2.30.1
   [root@beaver beaver]#

Any suggestions?

--
Colin Leavett-Brown
Physics and Astronomy
University of Victoria
250-472-4085

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to